Shades of Pink Flamingo #FB5FEF
Tints of Pink Flamingo #FB5FEF
RGB
CMYK
RGB Variations
Color information
#FB5FEF (or 0xFB5FEF) is known color: Pink Flamingo. HEX triplet: FB, 5F and EF. RGB value is (251,95,239). Sum of RGB (Red+Green+Blue) = 251+95+239=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 95 (37.5% from 255 or 16.24% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5FEF is #04A010. Grayscale: #9D9D9D. Windows color (decimal): -303121 or 15687675. OLE color: 15687675.
HSL color Cylindrical-coordinate representation of color #FB5FEF: hue angle of 304.62º 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 #FB5FEF is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 239 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.02 |
| HSL | 304.62º | 0.95% | 0.68% | - |
| HSV(B) | 304.62º | 0.62% | 0.98% | - |
| XYZ | 59.46 | 34.93 | 85.27 | - |
| YUV | 158.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 239 | 0 | 0.62 | 0.05 | 0.02 | 304.62 | 0.95 | 0.68 |
| Hex | FB | 5F | EF | 0 | 3E | 5 | 2 | 131 | 5F | 44 |
| Octal | 373 | 137 | 357 | 0 | 76 | 5 | 2 | 461 | 137 | 104 |
| Binary | 11111011 | 1011111 | 11101111 | 0 | 111110 | 101 | 10 | 100110001 | 1011111 | 1000100 |
Color Harmonies of #FB5FEF
Complementary color
Monochromatic Colors of #FB5FEF
Black with #FB5FEF
Text Example
Text Example
White with #FB5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FEF; }
p { color: rgb(251,95,239); }
H1.HeaderClassName
{
color: #FB5FEF;
}
.AnyTagClassName
{
color: #FB5FEF;
}
</style>
background-color css
<style>
a { background-color: #FB5FEF; }
a { background-color: rgb(251,95,239); }
div.DivClassName
{
background-color: #FB5FEF;
}
.BgClassName
{
background-color: #FB5FEF;
}
</style>
border-color css
<style>
span { border-color: #FB5FEF; }
span { border-color: rgb(251,95,239); }
td.TdClassName
{
border-color: #FB5FEF;
}
.TagClassName
{
border-color: #FB5FEF;
}
</style>