Shades of Pink Flamingo #F85BFB
Tints of Pink Flamingo #F85BFB
RGB
CMYK
RGB Variations
Color information
#F85BFB (or 0xF85BFB) is known color: Pink Flamingo. HEX triplet: F8, 5B and FB. RGB value is (248,91,251). Sum of RGB (Red+Green+Blue) = 248+91+251=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 91 (35.94% from 255 or 15.42% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #F85BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85BFB is #07A404. Grayscale: #9B9B9B. Windows color (decimal): -500741 or 16473080. OLE color: 16473080.
HSL color Cylindrical-coordinate representation of color #F85BFB: hue angle of 298.88º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85BFB is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 91 | 251 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.02 |
| HSL | 298.88º | 0.95% | 0.67% | - |
| HSV(B) | 298.88º | 0.64% | 0.98% | - |
| XYZ | 59.87 | 34.4 | 94.75 | - |
| YUV | 156.18 | 181.51 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 251 | 0.01 | 0.64 | 0 | 0.02 | 298.88 | 0.95 | 0.67 |
| Hex | F8 | 5B | FB | 1 | 40 | 0 | 2 | 12B | 5F | 43 |
| Octal | 370 | 133 | 373 | 1 | 100 | 0 | 2 | 453 | 137 | 103 |
| Binary | 11111000 | 1011011 | 11111011 | 1 | 1000000 | 0 | 10 | 100101011 | 1011111 | 1000011 |
Color Harmonies of #F85BFB
Complementary color
Monochromatic Colors of #F85BFB
Black with #F85BFB
Text Example
Text Example
White with #F85BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85BFB; }
p { color: rgb(248,91,251); }
H1.HeaderClassName
{
color: #F85BFB;
}
.AnyTagClassName
{
color: #F85BFB;
}
</style>
background-color css
<style>
a { background-color: #F85BFB; }
a { background-color: rgb(248,91,251); }
div.DivClassName
{
background-color: #F85BFB;
}
.BgClassName
{
background-color: #F85BFB;
}
</style>
border-color css
<style>
span { border-color: #F85BFB; }
span { border-color: rgb(248,91,251); }
td.TdClassName
{
border-color: #F85BFB;
}
.TagClassName
{
border-color: #F85BFB;
}
</style>