#F966ED

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

Shades of Pink Flamingo #F966ED

Tints of Pink Flamingo #F966ED

Color information

#F966ED (or 0xF966ED) is unknown color: approx Pink Flamingo. HEX triplet: F9, 66 and ED. RGB value is (249,102,237). Sum of RGB (Red+Green+Blue) = 249+102+237=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 102 (40.23% from 255 or 17.35% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F966ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966ED is #069912. Grayscale: #A0A0A0. Windows color (decimal): -432403 or 15558393. OLE color: 15558393.

HSL color Cylindrical-coordinate representation of color #F966ED: hue angle of 304.9º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F966ED is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB249102237-
CMYK00.590.050.02
HSL304.9º92.45%68.82%-
HSV(B)304.9º59.04%97.65%-
XYZ59.135.7683.91-
YUV161.34170.7190.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.35%
GREEN value IS 102 (40.23% from 255) = 17.35%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=42.35%
G=17.35%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910223700.590.050.02304.992.4568.82
HexF966ED03B521315c45
Octal37114635507352461134105
Binary1111100111001101110110101110111011010011000110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F966ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F966ED; }

 p { color: rgb(249,102,237); }

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

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

 a { background-color: rgb(249,102,237); }

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

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

 span { border-color: rgb(249,102,237); }

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