Shades of Pink Flamingo #FB5FE8
Tints of Pink Flamingo #FB5FE8
RGB
CMYK
RGB Variations
Color information
#FB5FE8 (or 0xFB5FE8) is known color: Pink Flamingo. HEX triplet: FB, 5F and E8. RGB value is (251,95,232). Sum of RGB (Red+Green+Blue) = 251+95+232=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 95 (37.5% from 255 or 16.44% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5FE8 is #04A017. Grayscale: #9C9C9C. Windows color (decimal): -303128 or 15228923. OLE color: 15228923.
HSL color Cylindrical-coordinate representation of color #FB5FE8: hue angle of 307.31º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB5FE8 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 232 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.02 |
| HSL | 307.31º | 0.95% | 0.68% | - |
| HSV(B) | 307.31º | 0.62% | 0.98% | - |
| XYZ | 58.44 | 34.52 | 79.93 | - |
| YUV | 157.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 232 | 0 | 0.62 | 0.08 | 0.02 | 307.31 | 0.95 | 0.68 |
| Hex | FB | 5F | E8 | 0 | 3E | 8 | 2 | 133 | 5F | 44 |
| Octal | 373 | 137 | 350 | 0 | 76 | 10 | 2 | 463 | 137 | 104 |
| Binary | 11111011 | 1011111 | 11101000 | 0 | 111110 | 1000 | 10 | 100110011 | 1011111 | 1000100 |
Color Harmonies of #FB5FE8
Complementary color
Monochromatic Colors of #FB5FE8
Black with #FB5FE8
Text Example
Text Example
White with #FB5FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FE8; }
p { color: rgb(251,95,232); }
H1.HeaderClassName
{
color: #FB5FE8;
}
.AnyTagClassName
{
color: #FB5FE8;
}
</style>
background-color css
<style>
a { background-color: #FB5FE8; }
a { background-color: rgb(251,95,232); }
div.DivClassName
{
background-color: #FB5FE8;
}
.BgClassName
{
background-color: #FB5FE8;
}
</style>
border-color css
<style>
span { border-color: #FB5FE8; }
span { border-color: rgb(251,95,232); }
td.TdClassName
{
border-color: #FB5FE8;
}
.TagClassName
{
border-color: #FB5FE8;
}
</style>