Shades of Pink Flamingo #FE66E5
Tints of Pink Flamingo #FE66E5
RGB
CMYK
RGB Variations
Color information
#FE66E5 (or 0xFE66E5) is known color: Pink Flamingo. HEX triplet: FE, 66 and E5. RGB value is (254,102,229). Sum of RGB (Red+Green+Blue) = 254+102+229=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 102 (40.23% from 255 or 17.44% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66E5 is #01991A. Grayscale: #A1A1A1. Windows color (decimal): -104731 or 15034110. OLE color: 15034110.
HSL color Cylindrical-coordinate representation of color #FE66E5: hue angle of 309.87º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE66E5 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 229 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.00 |
| HSL | 309.87º | 0.99% | 0.7% | - |
| HSV(B) | 309.87º | 0.6% | 1% | - |
| XYZ | 59.77 | 36.23 | 77.97 | - |
| YUV | 161.93 | 165.86 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 229 | 0 | 0.60 | 0.10 | 0.00 | 309.87 | 0.99 | 0.7 |
| Hex | FE | 66 | E5 | 0 | 3C | A | 0 | 136 | 63 | 46 |
| Octal | 376 | 146 | 345 | 0 | 74 | 12 | 0 | 466 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11100101 | 0 | 111100 | 1010 | 0 | 100110110 | 1100011 | 1000110 |
Color Harmonies of #FE66E5
Complementary color
Monochromatic Colors of #FE66E5
Black with #FE66E5
Text Example
Text Example
White with #FE66E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66E5; }
p { color: rgb(254,102,229); }
H1.HeaderClassName
{
color: #FE66E5;
}
.AnyTagClassName
{
color: #FE66E5;
}
</style>
background-color css
<style>
a { background-color: #FE66E5; }
a { background-color: rgb(254,102,229); }
div.DivClassName
{
background-color: #FE66E5;
}
.BgClassName
{
background-color: #FE66E5;
}
</style>
border-color css
<style>
span { border-color: #FE66E5; }
span { border-color: rgb(254,102,229); }
td.TdClassName
{
border-color: #FE66E5;
}
.TagClassName
{
border-color: #FE66E5;
}
</style>