#FF66EA

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

Shades of Pink Flamingo #FF66EA

Tints of Pink Flamingo #FF66EA

Color information

#FF66EA (or 0xFF66EA) is unknown color: approx Pink Flamingo. HEX triplet: FF, 66 and EA. RGB value is (255,102,234). Sum of RGB (Red+Green+Blue) = 255+102+234=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 102 (40.23% from 255 or 17.26% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66EA is #009915. Grayscale: #A2A2A2. Windows color (decimal): -39190 or 15361791. OLE color: 15361791.

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

Color convert

RGB255102234-
CMYK00.60.080
HSL308.24º100%70%-
HSV(B)308.24º60%100%-
XYZ60.8436.781.72-
YUV162.79168.19193.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 102 (40.23% from 255) = 17.26%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=43.15%
G=17.26%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510223400.60.080308.2410070
HexFF66EA03C801346446
Octal377146352074100464144106
Binary1111111111001101110101001111001000010011010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66EA; }

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

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

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

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

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

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

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

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