Shades of Brilliant Rose #F85997
Tints of Brilliant Rose #F85997
RGB
CMYK
RGB Variations
Color information
#F85997 (or 0xF85997) is known color: Brilliant Rose. HEX triplet: F8, 59 and 97. RGB value is (248,89,151). Sum of RGB (Red+Green+Blue) = 248+89+151=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F85997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85997 is #07A668. Grayscale: #8F8F8F. Windows color (decimal): -501353 or 9918968. OLE color: 9918968.
HSL color Cylindrical-coordinate representation of color #F85997: hue angle of 336.6º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85997 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 151 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.03 |
| HSL | 336.6º | 0.92% | 0.66% | - |
| HSV(B) | 336.6º | 0.64% | 0.97% | - |
| XYZ | 47.87 | 29.34 | 32.42 | - |
| YUV | 143.61 | 132.18 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 151 | 0 | 0.64 | 0.39 | 0.03 | 336.6 | 0.92 | 0.66 |
| Hex | F8 | 59 | 97 | 0 | 40 | 27 | 3 | 151 | 5C | 42 |
| Octal | 370 | 131 | 227 | 0 | 100 | 47 | 3 | 521 | 134 | 102 |
| Binary | 11111000 | 1011001 | 10010111 | 0 | 1000000 | 100111 | 11 | 101010001 | 1011100 | 1000010 |
Color Harmonies of #F85997
Complementary color
Monochromatic Colors of #F85997
Black with #F85997
Text Example
Text Example
White with #F85997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85997; }
p { color: rgb(248,89,151); }
H1.HeaderClassName
{
color: #F85997;
}
.AnyTagClassName
{
color: #F85997;
}
</style>
background-color css
<style>
a { background-color: #F85997; }
a { background-color: rgb(248,89,151); }
div.DivClassName
{
background-color: #F85997;
}
.BgClassName
{
background-color: #F85997;
}
</style>
border-color css
<style>
span { border-color: #F85997; }
span { border-color: rgb(248,89,151); }
td.TdClassName
{
border-color: #F85997;
}
.TagClassName
{
border-color: #F85997;
}
</style>