Shades of Pink Flamingo #FF5CEF
Tints of Pink Flamingo #FF5CEF
RGB
CMYK
RGB Variations
Color information
#FF5CEF (or 0xFF5CEF) is known color: Pink Flamingo. HEX triplet: FF, 5C and EF. RGB value is (255,92,239). Sum of RGB (Red+Green+Blue) = 255+92+239=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 92 (36.33% from 255 or 15.70% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5CEF is #00A310. Grayscale: #9D9D9D. Windows color (decimal): -41745 or 15686911. OLE color: 15686911.
HSL color Cylindrical-coordinate representation of color #FF5CEF: hue angle of 305.89º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5CEF is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 239 | - |
| CMYK | 0 | 0.64 | 0.06 | 0 |
| HSL | 305.89º | 1% | 0.68% | - |
| HSV(B) | 305.89º | 0.64% | 1% | - |
| XYZ | 60.65 | 35.15 | 85.25 | - |
| YUV | 157.5 | 174 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 239 | 0 | 0.64 | 0.06 | 0 | 305.89 | 1 | 0.68 |
| Hex | FF | 5C | EF | 0 | 40 | 6 | 0 | 132 | 64 | 44 |
| Octal | 377 | 134 | 357 | 0 | 100 | 6 | 0 | 462 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11101111 | 0 | 1000000 | 110 | 0 | 100110010 | 1100100 | 1000100 |
Color Harmonies of #FF5CEF
Complementary color
Monochromatic Colors of #FF5CEF
Black with #FF5CEF
Text Example
Text Example
White with #FF5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CEF; }
p { color: rgb(255,92,239); }
H1.HeaderClassName
{
color: #FF5CEF;
}
.AnyTagClassName
{
color: #FF5CEF;
}
</style>
background-color css
<style>
a { background-color: #FF5CEF; }
a { background-color: rgb(255,92,239); }
div.DivClassName
{
background-color: #FF5CEF;
}
.BgClassName
{
background-color: #FF5CEF;
}
</style>
border-color css
<style>
span { border-color: #FF5CEF; }
span { border-color: rgb(255,92,239); }
td.TdClassName
{
border-color: #FF5CEF;
}
.TagClassName
{
border-color: #FF5CEF;
}
</style>