Shades of Pink Flamingo #FF5CED
Tints of Pink Flamingo #FF5CED
RGB
CMYK
RGB Variations
Color information
#FF5CED (or 0xFF5CED) is known color: Pink Flamingo. HEX triplet: FF, 5C and ED. RGB value is (255,92,237). Sum of RGB (Red+Green+Blue) = 255+92+237=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 92 (36.33% from 255 or 15.75% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5CED is #00A312. Grayscale: #9C9C9C. Windows color (decimal): -41747 or 15555839. OLE color: 15555839.
HSL color Cylindrical-coordinate representation of color #FF5CED: hue angle of 306.63º 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 #FF5CED is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 237 | - |
| CMYK | 0 | 0.64 | 0.07 | 0 |
| HSL | 306.63º | 1% | 0.68% | - |
| HSV(B) | 306.63º | 0.64% | 1% | - |
| XYZ | 60.35 | 35.03 | 83.7 | - |
| YUV | 157.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 237 | 0 | 0.64 | 0.07 | 0 | 306.63 | 1 | 0.68 |
| Hex | FF | 5C | ED | 0 | 40 | 7 | 0 | 133 | 64 | 44 |
| Octal | 377 | 134 | 355 | 0 | 100 | 7 | 0 | 463 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11101101 | 0 | 1000000 | 111 | 0 | 100110011 | 1100100 | 1000100 |
Color Harmonies of #FF5CED
Complementary color
Monochromatic Colors of #FF5CED
Black with #FF5CED
Text Example
Text Example
White with #FF5CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CED; }
p { color: rgb(255,92,237); }
H1.HeaderClassName
{
color: #FF5CED;
}
.AnyTagClassName
{
color: #FF5CED;
}
</style>
background-color css
<style>
a { background-color: #FF5CED; }
a { background-color: rgb(255,92,237); }
div.DivClassName
{
background-color: #FF5CED;
}
.BgClassName
{
background-color: #FF5CED;
}
</style>
border-color css
<style>
span { border-color: #FF5CED; }
span { border-color: rgb(255,92,237); }
td.TdClassName
{
border-color: #FF5CED;
}
.TagClassName
{
border-color: #FF5CED;
}
</style>