Shades of Pink Flamingo #FF66ED
Tints of Pink Flamingo #FF66ED
RGB
CMYK
RGB Variations
Color information
#FF66ED (or 0xFF66ED) is known color: 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
| RGB | 255 | 102 | 237 | - |
| CMYK | 0 | 0.6 | 0.07 | 0 |
| HSL | 307.06º | 1% | 0.7% | - |
| HSV(B) | 307.06º | 0.6% | 1% | - |
| XYZ | 61.28 | 36.88 | 84.01 | - |
| YUV | 163.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 237 | 0 | 0.6 | 0.07 | 0 | 307.06 | 1 | 0.7 |
| Hex | FF | 66 | ED | 0 | 3C | 7 | 0 | 133 | 64 | 46 |
| Octal | 377 | 146 | 355 | 0 | 74 | 7 | 0 | 463 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11101101 | 0 | 111100 | 111 | 0 | 100110011 | 1100100 | 1000110 |
Color Harmonies of #FF66ED
Complementary color
Monochromatic Colors of #FF66ED
Black with #FF66ED
Text Example
Text Example
White with #FF66ED
Text Example
Text Example
HTML Codes & Css Web 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>