Shades of Pink Flamingo #FF5DFB
Tints of Pink Flamingo #FF5DFB
RGB
CMYK
RGB Variations
Color information
#FF5DFB (or 0xFF5DFB) is known color: Pink Flamingo. HEX triplet: FF, 5D and FB. RGB value is (255,93,251). Sum of RGB (Red+Green+Blue) = 255+93+251=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 93 (36.72% from 255 or 15.53% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5DFB is #00A204. Grayscale: #9E9E9E. Windows color (decimal): -41477 or 16473599. OLE color: 16473599.
HSL color Cylindrical-coordinate representation of color #FF5DFB: hue angle of 301.48º 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 #FF5DFB is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 251 | - |
| CMYK | 0 | 0.64 | 0.02 | 0 |
| HSL | 301.48º | 1% | 0.68% | - |
| HSV(B) | 301.48º | 0.64% | 1% | - |
| XYZ | 62.57 | 36.05 | 94.93 | - |
| YUV | 159.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 251 | 0 | 0.64 | 0.02 | 0 | 301.48 | 1 | 0.68 |
| Hex | FF | 5D | FB | 0 | 40 | 2 | 0 | 12D | 64 | 44 |
| Octal | 377 | 135 | 373 | 0 | 100 | 2 | 0 | 455 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11111011 | 0 | 1000000 | 10 | 0 | 100101101 | 1100100 | 1000100 |
Color Harmonies of #FF5DFB
Complementary color
Monochromatic Colors of #FF5DFB
Black with #FF5DFB
Text Example
Text Example
White with #FF5DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DFB; }
p { color: rgb(255,93,251); }
H1.HeaderClassName
{
color: #FF5DFB;
}
.AnyTagClassName
{
color: #FF5DFB;
}
</style>
background-color css
<style>
a { background-color: #FF5DFB; }
a { background-color: rgb(255,93,251); }
div.DivClassName
{
background-color: #FF5DFB;
}
.BgClassName
{
background-color: #FF5DFB;
}
</style>
border-color css
<style>
span { border-color: #FF5DFB; }
span { border-color: rgb(255,93,251); }
td.TdClassName
{
border-color: #FF5DFB;
}
.TagClassName
{
border-color: #FF5DFB;
}
</style>