#FF66ED

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

Shades of Pink Flamingo #FF66ED

Tints of Pink Flamingo #FF66ED

Color information

#FF66ED (or 0xFF66ED) is unknown color: approx Pink Flamingo. HEX triplet: FF, 66 and ED. RGB value is (255,102,237). Sum of RGB (Red+Green+Blue) = 255+102+237=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 102 (40.23% from 255 or 17.17% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66ED is #009912. Grayscale: #A2A2A2. Windows color (decimal): -39187 or 15558399. OLE color: 15558399.

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

Color convert

RGB255102237-
CMYK00.60.070
HSL307.06º100%70%-
HSV(B)307.06º60%100%-
XYZ61.2836.8884.01-
YUV163.14169.69193.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 102 (40.23% from 255) = 17.17%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=42.93%
G=17.17%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510223700.60.070307.0610070
HexFF66ED03C701336446
Octal37714635507470463144106
Binary111111111100110111011010111100111010011001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66ED; }

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

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

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

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

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

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

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

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