Shades of Pink Flamingo #F85BFF
Tints of Pink Flamingo #F85BFF
RGB
CMYK
RGB Variations
Color information
#F85BFF (or 0xF85BFF) is known color: Pink Flamingo. HEX triplet: F8, 5B and FF. RGB value is (248,91,255). Sum of RGB (Red+Green+Blue) = 248+91+255=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 91 (35.94% from 255 or 15.32% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #F85BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85BFF is #07A400. Grayscale: #9C9C9C. Windows color (decimal): -500737 or 16735224. OLE color: 16735224.
HSL color Cylindrical-coordinate representation of color #F85BFF: hue angle of 297.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85BFF is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 91 | 255 | - |
| CMYK | 0.03 | 0.64 | 0 | 0 |
| HSL | 297.44º | 1% | 0.68% | - |
| HSV(B) | 297.44º | 0.64% | 1% | - |
| XYZ | 60.5 | 34.66 | 98.11 | - |
| YUV | 156.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 255 | 0.03 | 0.64 | 0 | 0 | 297.44 | 1 | 0.68 |
| Hex | F8 | 5B | FF | 3 | 40 | 0 | 0 | 129 | 64 | 44 |
| Octal | 370 | 133 | 377 | 3 | 100 | 0 | 0 | 451 | 144 | 104 |
| Binary | 11111000 | 1011011 | 11111111 | 11 | 1000000 | 0 | 0 | 100101001 | 1100100 | 1000100 |
Color Harmonies of #F85BFF
Complementary color
Monochromatic Colors of #F85BFF
Black with #F85BFF
Text Example
Text Example
White with #F85BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85BFF; }
p { color: rgb(248,91,255); }
H1.HeaderClassName
{
color: #F85BFF;
}
.AnyTagClassName
{
color: #F85BFF;
}
</style>
background-color css
<style>
a { background-color: #F85BFF; }
a { background-color: rgb(248,91,255); }
div.DivClassName
{
background-color: #F85BFF;
}
.BgClassName
{
background-color: #F85BFF;
}
</style>
border-color css
<style>
span { border-color: #F85BFF; }
span { border-color: rgb(248,91,255); }
td.TdClassName
{
border-color: #F85BFF;
}
.TagClassName
{
border-color: #F85BFF;
}
</style>