#FF66F6

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

Shades of Pink Flamingo #FF66F6

Tints of Pink Flamingo #FF66F6

Color information

#FF66F6 (or 0xFF66F6) is unknown color: approx Pink Flamingo. HEX triplet: FF, 66 and F6. RGB value is (255,102,246). Sum of RGB (Red+Green+Blue) = 255+102+246=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 102 (40.23% from 255 or 16.92% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66F6 is #009909. Grayscale: #A3A3A3. Windows color (decimal): -39178 or 16148223. OLE color: 16148223.

HSL color Cylindrical-coordinate representation of color #FF66F6: hue angle of 303.53º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF66F6 is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255102246-
CMYK00.60.040
HSL303.53º100%70%-
HSV(B)303.53º60%100%-
XYZ62.6337.4291.11-
YUV164.16174.19192.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 102 (40.23% from 255) = 16.92%
BLUE value IS 246 (96.48% from 255) = 40.80%
R=42.29%
G=16.92%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510224600.60.040303.5310070
HexFF66F603C401306446
Octal37714636607440460144106
Binary111111111100110111101100111100100010011000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66F6; }

 p { color: rgb(255,102,246); }

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

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

 a { background-color: rgb(255,102,246); }

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

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

 span { border-color: rgb(255,102,246); }

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