Shades of Pink Flamingo #FD5FFB
Tints of Pink Flamingo #FD5FFB
RGB
CMYK
RGB Variations
Color information
#FD5FFB (or 0xFD5FFB) is known color: Pink Flamingo. HEX triplet: FD, 5F and FB. RGB value is (253,95,251). Sum of RGB (Red+Green+Blue) = 253+95+251=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 95 (37.5% from 255 or 15.86% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5FFB is #02A004. Grayscale: #9F9F9F. Windows color (decimal): -172037 or 16474109. OLE color: 16474109.
HSL color Cylindrical-coordinate representation of color #FD5FFB: hue angle of 300.76º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD5FFB is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 95 | 251 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.01 |
| HSL | 300.76º | 0.98% | 0.68% | - |
| HSV(B) | 300.76º | 0.62% | 0.99% | - |
| XYZ | 62.01 | 36.03 | 94.95 | - |
| YUV | 160.03 | 179.35 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 95 | 251 | 0 | 0.62 | 0.01 | 0.01 | 300.76 | 0.98 | 0.68 |
| Hex | FD | 5F | FB | 0 | 3E | 1 | 1 | 12D | 62 | 44 |
| Octal | 375 | 137 | 373 | 0 | 76 | 1 | 1 | 455 | 142 | 104 |
| Binary | 11111101 | 1011111 | 11111011 | 0 | 111110 | 1 | 1 | 100101101 | 1100010 | 1000100 |
Color Harmonies of #FD5FFB
Complementary color
Monochromatic Colors of #FD5FFB
Black with #FD5FFB
Text Example
Text Example
White with #FD5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5FFB; }
p { color: rgb(253,95,251); }
H1.HeaderClassName
{
color: #FD5FFB;
}
.AnyTagClassName
{
color: #FD5FFB;
}
</style>
background-color css
<style>
a { background-color: #FD5FFB; }
a { background-color: rgb(253,95,251); }
div.DivClassName
{
background-color: #FD5FFB;
}
.BgClassName
{
background-color: #FD5FFB;
}
</style>
border-color css
<style>
span { border-color: #FD5FFB; }
span { border-color: rgb(253,95,251); }
td.TdClassName
{
border-color: #FD5FFB;
}
.TagClassName
{
border-color: #FD5FFB;
}
</style>