Shades of Pink Flamingo #FF5FED
Tints of Pink Flamingo #FF5FED
RGB
CMYK
RGB Variations
Color information
#FF5FED (or 0xFF5FED) is known color: Pink Flamingo. HEX triplet: FF, 5F and ED. RGB value is (255,95,237). Sum of RGB (Red+Green+Blue) = 255+95+237=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 95 (37.5% from 255 or 16.18% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FED is #00A012. Grayscale: #9E9E9E. Windows color (decimal): -40979 or 15556607. OLE color: 15556607.
HSL color Cylindrical-coordinate representation of color #FF5FED: hue angle of 306.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FED is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 95 | 237 | - |
CMYK | 0 | 0.63 | 0.07 | 0 |
HSL | 306.75º | 1% | 0.69% | - |
HSV(B) | 306.75º | 0.63% | 1% | - |
XYZ | 60.62 | 35.56 | 83.79 | - |
YUV | 159.03 | 172.01 | 196.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 95 | 237 | 0 | 0.63 | 0.07 | 0 | 306.75 | 1 | 0.69 |
Hex | FF | 5F | ED | 0 | 3F | 7 | 0 | 133 | 64 | 45 |
Octal | 377 | 137 | 355 | 0 | 77 | 7 | 0 | 463 | 144 | 105 |
Binary | 11111111 | 1011111 | 11101101 | 0 | 111111 | 111 | 0 | 100110011 | 1100100 | 1000101 |
Color Harmonies of #FF5FED
Complementary color
Monochromatic Colors of #FF5FED
Black with #FF5FED
Text Example
Text Example
White with #FF5FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FED; }
p { color: rgb(255,95,237); }
H1.HeaderClassName
{
color: #FF5FED;
}
.AnyTagClassName
{
color: #FF5FED;
}
</style>
background-color css
<style>
a { background-color: #FF5FED; }
a { background-color: rgb(255,95,237); }
div.DivClassName
{
background-color: #FF5FED;
}
.BgClassName
{
background-color: #FF5FED;
}
</style>
border-color css
<style>
span { border-color: #FF5FED; }
span { border-color: rgb(255,95,237); }
td.TdClassName
{
border-color: #FF5FED;
}
.TagClassName
{
border-color: #FF5FED;
}
</style>