#FF66EF

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

Shades of Pink Flamingo #FF66EF

Tints of Pink Flamingo #FF66EF

Color information

#FF66EF (or 0xFF66EF) is unknown color: approx Pink Flamingo. HEX triplet: FF, 66 and EF. RGB value is (255,102,239). Sum of RGB (Red+Green+Blue) = 255+102+239=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 102 (40.23% from 255 or 17.11% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66EF is #009910. Grayscale: #A2A2A2. Windows color (decimal): -39185 or 15689471. OLE color: 15689471.

HSL color Cylindrical-coordinate representation of color #FF66EF: hue angle of 306.27º 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 #FF66EF is Cyan = 0, Magento = 0.6, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB255102239-
CMYK00.60.060
HSL306.27º100%70%-
HSV(B)306.27º60%100%-
XYZ61.5736.9985.56-
YUV163.36170.69193.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 102 (40.23% from 255) = 17.11%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=42.79%
G=17.11%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510223900.60.060306.2710070
HexFF66EF03C601326446
Octal37714635707460462144106
Binary111111111100110111011110111100110010011001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66EF; }

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

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

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

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

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

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

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

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