Shades of Pink Flamingo #F85FE8
Tints of Pink Flamingo #F85FE8
RGB
CMYK
RGB Variations
Color information
#F85FE8 (or 0xF85FE8) is known color: Pink Flamingo. HEX triplet: F8, 5F and E8. RGB value is (248,95,232). Sum of RGB (Red+Green+Blue) = 248+95+232=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 95 (37.5% from 255 or 16.52% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85FE8 is #07A017. Grayscale: #9B9B9B. Windows color (decimal): -499736 or 15228920. OLE color: 15228920.
HSL color Cylindrical-coordinate representation of color #F85FE8: hue angle of 306.27º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85FE8 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 95 | 232 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.03 |
| HSL | 306.27º | 0.92% | 0.67% | - |
| HSV(B) | 306.27º | 0.62% | 0.97% | - |
| XYZ | 57.37 | 33.97 | 79.88 | - |
| YUV | 156.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 232 | 0 | 0.62 | 0.06 | 0.03 | 306.27 | 0.92 | 0.67 |
| Hex | F8 | 5F | E8 | 0 | 3E | 6 | 3 | 132 | 5C | 43 |
| Octal | 370 | 137 | 350 | 0 | 76 | 6 | 3 | 462 | 134 | 103 |
| Binary | 11111000 | 1011111 | 11101000 | 0 | 111110 | 110 | 11 | 100110010 | 1011100 | 1000011 |
Color Harmonies of #F85FE8
Complementary color
Monochromatic Colors of #F85FE8
Black with #F85FE8
Text Example
Text Example
White with #F85FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85FE8; }
p { color: rgb(248,95,232); }
H1.HeaderClassName
{
color: #F85FE8;
}
.AnyTagClassName
{
color: #F85FE8;
}
</style>
background-color css
<style>
a { background-color: #F85FE8; }
a { background-color: rgb(248,95,232); }
div.DivClassName
{
background-color: #F85FE8;
}
.BgClassName
{
background-color: #F85FE8;
}
</style>
border-color css
<style>
span { border-color: #F85FE8; }
span { border-color: rgb(248,95,232); }
td.TdClassName
{
border-color: #F85FE8;
}
.TagClassName
{
border-color: #F85FE8;
}
</style>