Shades of Pink Flamingo #FE66ED
Tints of Pink Flamingo #FE66ED
RGB
CMYK
RGB Variations
Color information
#FE66ED (or 0xFE66ED) is known color: Pink Flamingo. HEX triplet: FE, 66 and ED. RGB value is (254,102,237). Sum of RGB (Red+Green+Blue) = 254+102+237=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 102 (40.23% from 255 or 17.20% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE66ED is #019912. Grayscale: #A2A2A2. Windows color (decimal): -104723 or 15558398. OLE color: 15558398.
HSL color Cylindrical-coordinate representation of color #FE66ED: hue angle of 306.71º 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 #FE66ED is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 237 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.00 |
| HSL | 306.71º | 0.99% | 0.7% | - |
| HSV(B) | 306.71º | 0.6% | 1% | - |
| XYZ | 60.91 | 36.69 | 83.99 | - |
| YUV | 162.84 | 169.86 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 237 | 0 | 0.60 | 0.07 | 0.00 | 306.71 | 0.99 | 0.7 |
| Hex | FE | 66 | ED | 0 | 3C | 7 | 0 | 133 | 63 | 46 |
| Octal | 376 | 146 | 355 | 0 | 74 | 7 | 0 | 463 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11101101 | 0 | 111100 | 111 | 0 | 100110011 | 1100011 | 1000110 |
Color Harmonies of #FE66ED
Complementary color
Monochromatic Colors of #FE66ED
Black with #FE66ED
Text Example
Text Example
White with #FE66ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66ED; }
p { color: rgb(254,102,237); }
H1.HeaderClassName
{
color: #FE66ED;
}
.AnyTagClassName
{
color: #FE66ED;
}
</style>
background-color css
<style>
a { background-color: #FE66ED; }
a { background-color: rgb(254,102,237); }
div.DivClassName
{
background-color: #FE66ED;
}
.BgClassName
{
background-color: #FE66ED;
}
</style>
border-color css
<style>
span { border-color: #FE66ED; }
span { border-color: rgb(254,102,237); }
td.TdClassName
{
border-color: #FE66ED;
}
.TagClassName
{
border-color: #FE66ED;
}
</style>