#F964F2

Color #F964F2 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F964F2

Tints of Pink Flamingo #F964F2

Color information

#F964F2 (or 0xF964F2) is unknown color: approx Pink Flamingo. HEX triplet: F9, 64 and F2. RGB value is (249,100,242). Sum of RGB (Red+Green+Blue) = 249+100+242=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 100 (39.45% from 255 or 16.92% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F964F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F964F2 is #069B0D. Grayscale: #A0A0A0. Windows color (decimal): -432910 or 15885561. OLE color: 15885561.

HSL color Cylindrical-coordinate representation of color #F964F2: hue angle of 302.82º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F964F2 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB249100242-
CMYK00.600.030.02
HSL302.82º92.55%68.43%-
HSV(B)302.82º59.84%97.65%-
XYZ59.6535.6687.74-
YUV160.74173.86190.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 42.13%
GREEN value IS 100 (39.45% from 255) = 16.92%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=42.13%
G=16.92%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910024200.600.030.02302.8292.5568.43
HexF964F203C3212f5d44
Octal37114436207432457135104
Binary111110011100100111100100111100111010010111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F964F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F964F2; }

 p { color: rgb(249,100,242); }

 H1.HeaderClassName
 {
   color: #F964F2;
 }
 .AnyTagClassName
 {
   color: #F964F2;
 }
</style>
background-color css

<style>
 a { background-color: #F964F2; }

 a { background-color: rgb(249,100,242); }

 div.DivClassName
 {
   background-color: #F964F2;
 }
 .BgClassName
 {
   background-color: #F964F2;
 }
</style>
border-color css

<style>
 span { border-color: #F964F2; }

 span { border-color: rgb(249,100,242); }

 td.TdClassName
 {
   border-color: #F964F2;
 }
 .TagClassName
 {
   border-color: #F964F2;
 }
</style>