Shades of Pink Flamingo #FE66EA
Tints of Pink Flamingo #FE66EA
RGB
CMYK
RGB Variations
Color information
#FE66EA (or 0xFE66EA) is known color: Pink Flamingo. HEX triplet: FE, 66 and EA. RGB value is (254,102,234). Sum of RGB (Red+Green+Blue) = 254+102+234=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 102 (40.23% from 255 or 17.29% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE66EA is #019915. Grayscale: #A2A2A2. Windows color (decimal): -104726 or 15361790. OLE color: 15361790.
HSL color Cylindrical-coordinate representation of color #FE66EA: hue angle of 307.89º 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 #FE66EA is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 234 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.00 |
| HSL | 307.89º | 0.99% | 0.7% | - |
| HSV(B) | 307.89º | 0.6% | 1% | - |
| XYZ | 60.48 | 36.51 | 81.7 | - |
| YUV | 162.5 | 168.36 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 234 | 0 | 0.60 | 0.08 | 0.00 | 307.89 | 0.99 | 0.7 |
| Hex | FE | 66 | EA | 0 | 3C | 8 | 0 | 134 | 63 | 46 |
| Octal | 376 | 146 | 352 | 0 | 74 | 10 | 0 | 464 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11101010 | 0 | 111100 | 1000 | 0 | 100110100 | 1100011 | 1000110 |
Color Harmonies of #FE66EA
Complementary color
Monochromatic Colors of #FE66EA
Black with #FE66EA
Text Example
Text Example
White with #FE66EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66EA; }
p { color: rgb(254,102,234); }
H1.HeaderClassName
{
color: #FE66EA;
}
.AnyTagClassName
{
color: #FE66EA;
}
</style>
background-color css
<style>
a { background-color: #FE66EA; }
a { background-color: rgb(254,102,234); }
div.DivClassName
{
background-color: #FE66EA;
}
.BgClassName
{
background-color: #FE66EA;
}
</style>
border-color css
<style>
span { border-color: #FE66EA; }
span { border-color: rgb(254,102,234); }
td.TdClassName
{
border-color: #FE66EA;
}
.TagClassName
{
border-color: #FE66EA;
}
</style>