#F966EE

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

Shades of Pink Flamingo #F966EE

Tints of Pink Flamingo #F966EE

Color information

#F966EE (or 0xF966EE) is unknown color: approx Pink Flamingo. HEX triplet: F9, 66 and EE. RGB value is (249,102,238). Sum of RGB (Red+Green+Blue) = 249+102+238=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 102 (40.23% from 255 or 17.32% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F966EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966EE is #069911. Grayscale: #A1A1A1. Windows color (decimal): -432402 or 15623929. OLE color: 15623929.

HSL color Cylindrical-coordinate representation of color #F966EE: hue angle of 304.49º 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 #F966EE is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249102238-
CMYK00.590.040.02
HSL304.49º92.45%68.82%-
HSV(B)304.49º59.04%97.65%-
XYZ59.2535.8284.68-
YUV161.46171.2190.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 102 (40.23% from 255) = 17.32%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=42.28%
G=17.32%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910223800.590.040.02304.4992.4568.82
HexF966EE03B421305c45
Octal37114635607342460134105
Binary1111100111001101110111001110111001010011000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F966EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F966EE; }

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

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

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

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

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

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

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

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