Shades of Pink Flamingo #FF5CEC
Tints of Pink Flamingo #FF5CEC
RGB
CMYK
RGB Variations
Color information
#FF5CEC (or 0xFF5CEC) is known color: Pink Flamingo. HEX triplet: FF, 5C and EC. RGB value is (255,92,236). Sum of RGB (Red+Green+Blue) = 255+92+236=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 92 (36.33% from 255 or 15.78% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5CEC is #00A313. Grayscale: #9C9C9C. Windows color (decimal): -41748 or 15490303. OLE color: 15490303.
HSL color Cylindrical-coordinate representation of color #FF5CEC: hue angle of 306.99º 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 #FF5CEC is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 236 | - |
| CMYK | 0 | 0.64 | 0.07 | 0 |
| HSL | 306.99º | 1% | 0.68% | - |
| HSV(B) | 306.99º | 0.64% | 1% | - |
| XYZ | 60.21 | 34.97 | 82.93 | - |
| YUV | 157.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 236 | 0 | 0.64 | 0.07 | 0 | 306.99 | 1 | 0.68 |
| Hex | FF | 5C | EC | 0 | 40 | 7 | 0 | 133 | 64 | 44 |
| Octal | 377 | 134 | 354 | 0 | 100 | 7 | 0 | 463 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11101100 | 0 | 1000000 | 111 | 0 | 100110011 | 1100100 | 1000100 |
Color Harmonies of #FF5CEC
Complementary color
Monochromatic Colors of #FF5CEC
Black with #FF5CEC
Text Example
Text Example
White with #FF5CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CEC; }
p { color: rgb(255,92,236); }
H1.HeaderClassName
{
color: #FF5CEC;
}
.AnyTagClassName
{
color: #FF5CEC;
}
</style>
background-color css
<style>
a { background-color: #FF5CEC; }
a { background-color: rgb(255,92,236); }
div.DivClassName
{
background-color: #FF5CEC;
}
.BgClassName
{
background-color: #FF5CEC;
}
</style>
border-color css
<style>
span { border-color: #FF5CEC; }
span { border-color: rgb(255,92,236); }
td.TdClassName
{
border-color: #FF5CEC;
}
.TagClassName
{
border-color: #FF5CEC;
}
</style>