Shades of Pink Flamingo #FE60ED
Tints of Pink Flamingo #FE60ED
RGB
CMYK
RGB Variations
Color information
#FE60ED (or 0xFE60ED) is known color: Pink Flamingo. HEX triplet: FE, 60 and ED. RGB value is (254,96,237). Sum of RGB (Red+Green+Blue) = 254+96+237=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 96 (37.89% from 255 or 16.35% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE60ED is #019F12. Grayscale: #9E9E9E. Windows color (decimal): -106259 or 15556862. OLE color: 15556862.
HSL color Cylindrical-coordinate representation of color #FE60ED: hue angle of 306.46º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE60ED is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 237 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.00 |
| HSL | 306.46º | 0.99% | 0.69% | - |
| HSV(B) | 306.46º | 0.62% | 1% | - |
| XYZ | 60.34 | 35.55 | 83.8 | - |
| YUV | 159.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 237 | 0 | 0.62 | 0.07 | 0.00 | 306.46 | 0.99 | 0.69 |
| Hex | FE | 60 | ED | 0 | 3E | 7 | 0 | 132 | 63 | 45 |
| Octal | 376 | 140 | 355 | 0 | 76 | 7 | 0 | 462 | 143 | 105 |
| Binary | 11111110 | 1100000 | 11101101 | 0 | 111110 | 111 | 0 | 100110010 | 1100011 | 1000101 |
Color Harmonies of #FE60ED
Complementary color
Monochromatic Colors of #FE60ED
Black with #FE60ED
Text Example
Text Example
White with #FE60ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60ED; }
p { color: rgb(254,96,237); }
H1.HeaderClassName
{
color: #FE60ED;
}
.AnyTagClassName
{
color: #FE60ED;
}
</style>
background-color css
<style>
a { background-color: #FE60ED; }
a { background-color: rgb(254,96,237); }
div.DivClassName
{
background-color: #FE60ED;
}
.BgClassName
{
background-color: #FE60ED;
}
</style>
border-color css
<style>
span { border-color: #FE60ED; }
span { border-color: rgb(254,96,237); }
td.TdClassName
{
border-color: #FE60ED;
}
.TagClassName
{
border-color: #FE60ED;
}
</style>