#F966EF

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

Shades of Pink Flamingo #F966EF

Tints of Pink Flamingo #F966EF

Color information

#F966EF (or 0xF966EF) is unknown color: approx Pink Flamingo. HEX triplet: F9, 66 and EF. RGB value is (249,102,239). Sum of RGB (Red+Green+Blue) = 249+102+239=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 102 (40.23% from 255 or 17.29% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F966EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966EF is #069910. Grayscale: #A1A1A1. Windows color (decimal): -432401 or 15689465. OLE color: 15689465.

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

Color convert

RGB249102239-
CMYK00.590.040.02
HSL304.08º92.45%68.82%-
HSV(B)304.08º59.04%97.65%-
XYZ59.435.8785.46-
YUV161.57171.7190.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.20%
GREEN value IS 102 (40.23% from 255) = 17.29%
BLUE value IS 239 (93.75% from 255) = 40.51%
R=42.20%
G=17.29%
B=40.51%

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
Decimal24910223900.590.040.02304.0892.4568.82
HexF966EF03B421305c45
Octal37114635707342460134105
Binary1111100111001101110111101110111001010011000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F966EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F966EF; }

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

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

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

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

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

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

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

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