Shades of Pink Flamingo #F85EFB
Tints of Pink Flamingo #F85EFB
RGB
CMYK
RGB Variations
Color information
#F85EFB (or 0xF85EFB) is known color: Pink Flamingo. HEX triplet: F8, 5E and FB. RGB value is (248,94,251). Sum of RGB (Red+Green+Blue) = 248+94+251=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 94 (37.11% from 255 or 15.85% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #F85EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EFB is #07A104. Grayscale: #9D9D9D. Windows color (decimal): -499973 or 16473848. OLE color: 16473848.
HSL color Cylindrical-coordinate representation of color #F85EFB: hue angle of 298.85º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85EFB is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 94 | 251 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.02 |
| HSL | 298.85º | 0.95% | 0.68% | - |
| HSV(B) | 298.85º | 0.63% | 0.98% | - |
| XYZ | 60.13 | 34.93 | 94.84 | - |
| YUV | 157.94 | 180.52 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 251 | 0.01 | 0.63 | 0 | 0.02 | 298.85 | 0.95 | 0.68 |
| Hex | F8 | 5E | FB | 1 | 3F | 0 | 2 | 12B | 5F | 44 |
| Octal | 370 | 136 | 373 | 1 | 77 | 0 | 2 | 453 | 137 | 104 |
| Binary | 11111000 | 1011110 | 11111011 | 1 | 111111 | 0 | 10 | 100101011 | 1011111 | 1000100 |
Color Harmonies of #F85EFB
Complementary color
Monochromatic Colors of #F85EFB
Black with #F85EFB
Text Example
Text Example
White with #F85EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85EFB; }
p { color: rgb(248,94,251); }
H1.HeaderClassName
{
color: #F85EFB;
}
.AnyTagClassName
{
color: #F85EFB;
}
</style>
background-color css
<style>
a { background-color: #F85EFB; }
a { background-color: rgb(248,94,251); }
div.DivClassName
{
background-color: #F85EFB;
}
.BgClassName
{
background-color: #F85EFB;
}
</style>
border-color css
<style>
span { border-color: #F85EFB; }
span { border-color: rgb(248,94,251); }
td.TdClassName
{
border-color: #F85EFB;
}
.TagClassName
{
border-color: #F85EFB;
}
</style>