Shades of Brilliant Rose #F85799
Tints of Brilliant Rose #F85799
RGB
CMYK
RGB Variations
Color information
#F85799 (or 0xF85799) is known color: Brilliant Rose. HEX triplet: F8, 57 and 99. RGB value is (248,87,153). Sum of RGB (Red+Green+Blue) = 248+87+153=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F85799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85799 is #07A866. Grayscale: #8E8E8E. Windows color (decimal): -501863 or 10049528. OLE color: 10049528.
HSL color Cylindrical-coordinate representation of color #F85799: hue angle of 335.4º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85799 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 153 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.03 |
| HSL | 335.4º | 0.92% | 0.66% | - |
| HSV(B) | 335.4º | 0.65% | 0.97% | - |
| XYZ | 47.87 | 29.07 | 33.23 | - |
| YUV | 142.66 | 133.84 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 153 | 0 | 0.65 | 0.38 | 0.03 | 335.4 | 0.92 | 0.66 |
| Hex | F8 | 57 | 99 | 0 | 41 | 26 | 3 | 14F | 5C | 42 |
| Octal | 370 | 127 | 231 | 0 | 101 | 46 | 3 | 517 | 134 | 102 |
| Binary | 11111000 | 1010111 | 10011001 | 0 | 1000001 | 100110 | 11 | 101001111 | 1011100 | 1000010 |
Color Harmonies of #F85799
Complementary color
Monochromatic Colors of #F85799
Black with #F85799
Text Example
Text Example
White with #F85799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85799; }
p { color: rgb(248,87,153); }
H1.HeaderClassName
{
color: #F85799;
}
.AnyTagClassName
{
color: #F85799;
}
</style>
background-color css
<style>
a { background-color: #F85799; }
a { background-color: rgb(248,87,153); }
div.DivClassName
{
background-color: #F85799;
}
.BgClassName
{
background-color: #F85799;
}
</style>
border-color css
<style>
span { border-color: #F85799; }
span { border-color: rgb(248,87,153); }
td.TdClassName
{
border-color: #F85799;
}
.TagClassName
{
border-color: #F85799;
}
</style>