Shades of Pink Flamingo #FF5CEB
Tints of Pink Flamingo #FF5CEB
RGB
CMYK
RGB Variations
Color information
#FF5CEB (or 0xFF5CEB) is known color: Pink Flamingo. HEX triplet: FF, 5C and EB. RGB value is (255,92,235). Sum of RGB (Red+Green+Blue) = 255+92+235=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 92 (36.33% from 255 or 15.81% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5CEB is #00A314. Grayscale: #9C9C9C. Windows color (decimal): -41749 or 15424767. OLE color: 15424767.
HSL color Cylindrical-coordinate representation of color #FF5CEB: hue angle of 307.36º 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 #FF5CEB is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 235 | - |
| CMYK | 0 | 0.64 | 0.08 | 0 |
| HSL | 307.36º | 1% | 0.68% | - |
| HSV(B) | 307.36º | 0.64% | 1% | - |
| XYZ | 60.06 | 34.91 | 82.17 | - |
| YUV | 157.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 235 | 0 | 0.64 | 0.08 | 0 | 307.36 | 1 | 0.68 |
| Hex | FF | 5C | EB | 0 | 40 | 8 | 0 | 133 | 64 | 44 |
| Octal | 377 | 134 | 353 | 0 | 100 | 10 | 0 | 463 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11101011 | 0 | 1000000 | 1000 | 0 | 100110011 | 1100100 | 1000100 |
Color Harmonies of #FF5CEB
Complementary color
Monochromatic Colors of #FF5CEB
Black with #FF5CEB
Text Example
Text Example
White with #FF5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CEB; }
p { color: rgb(255,92,235); }
H1.HeaderClassName
{
color: #FF5CEB;
}
.AnyTagClassName
{
color: #FF5CEB;
}
</style>
background-color css
<style>
a { background-color: #FF5CEB; }
a { background-color: rgb(255,92,235); }
div.DivClassName
{
background-color: #FF5CEB;
}
.BgClassName
{
background-color: #FF5CEB;
}
</style>
border-color css
<style>
span { border-color: #FF5CEB; }
span { border-color: rgb(255,92,235); }
td.TdClassName
{
border-color: #FF5CEB;
}
.TagClassName
{
border-color: #FF5CEB;
}
</style>