Shades of Pink Flamingo #FF5EFB
Tints of Pink Flamingo #FF5EFB
RGB
CMYK
RGB Variations
Color information
#FF5EFB (or 0xFF5EFB) is known color: Pink Flamingo. HEX triplet: FF, 5E and FB. RGB value is (255,94,251). Sum of RGB (Red+Green+Blue) = 255+94+251=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 94 (37.11% from 255 or 15.67% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5EFB is #00A104. Grayscale: #9F9F9F. Windows color (decimal): -41221 or 16473855. OLE color: 16473855.
HSL color Cylindrical-coordinate representation of color #FF5EFB: hue angle of 301.49º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5EFB is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 251 | - |
| CMYK | 0 | 0.63 | 0.02 | 0 |
| HSL | 301.49º | 1% | 0.68% | - |
| HSV(B) | 301.49º | 0.63% | 1% | - |
| XYZ | 62.66 | 36.23 | 94.96 | - |
| YUV | 160.04 | 179.34 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 251 | 0 | 0.63 | 0.02 | 0 | 301.49 | 1 | 0.68 |
| Hex | FF | 5E | FB | 0 | 3F | 2 | 0 | 12D | 64 | 44 |
| Octal | 377 | 136 | 373 | 0 | 77 | 2 | 0 | 455 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11111011 | 0 | 111111 | 10 | 0 | 100101101 | 1100100 | 1000100 |
Color Harmonies of #FF5EFB
Complementary color
Monochromatic Colors of #FF5EFB
Black with #FF5EFB
Text Example
Text Example
White with #FF5EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EFB; }
p { color: rgb(255,94,251); }
H1.HeaderClassName
{
color: #FF5EFB;
}
.AnyTagClassName
{
color: #FF5EFB;
}
</style>
background-color css
<style>
a { background-color: #FF5EFB; }
a { background-color: rgb(255,94,251); }
div.DivClassName
{
background-color: #FF5EFB;
}
.BgClassName
{
background-color: #FF5EFB;
}
</style>
border-color css
<style>
span { border-color: #FF5EFB; }
span { border-color: rgb(255,94,251); }
td.TdClassName
{
border-color: #FF5EFB;
}
.TagClassName
{
border-color: #FF5EFB;
}
</style>