Shades of Brilliant Rose #F85497
Tints of Brilliant Rose #F85497
RGB
CMYK
RGB Variations
Color information
#F85497 (or 0xF85497) is known color: Brilliant Rose. HEX triplet: F8, 54 and 97. RGB value is (248,84,151). Sum of RGB (Red+Green+Blue) = 248+84+151=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F85497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85497 is #07AB68. Grayscale: #8C8C8C. Windows color (decimal): -502633 or 9917688. OLE color: 9917688.
HSL color Cylindrical-coordinate representation of color #F85497: hue angle of 335.49º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85497 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 151 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.03 |
| HSL | 335.49º | 0.92% | 0.65% | - |
| HSV(B) | 335.49º | 0.66% | 0.97% | - |
| XYZ | 47.47 | 28.53 | 32.28 | - |
| YUV | 140.67 | 133.83 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 151 | 0 | 0.66 | 0.39 | 0.03 | 335.49 | 0.92 | 0.65 |
| Hex | F8 | 54 | 97 | 0 | 42 | 27 | 3 | 14F | 5C | 41 |
| Octal | 370 | 124 | 227 | 0 | 102 | 47 | 3 | 517 | 134 | 101 |
| Binary | 11111000 | 1010100 | 10010111 | 0 | 1000010 | 100111 | 11 | 101001111 | 1011100 | 1000001 |
Color Harmonies of #F85497
Complementary color
Monochromatic Colors of #F85497
Black with #F85497
Text Example
Text Example
White with #F85497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85497; }
p { color: rgb(248,84,151); }
H1.HeaderClassName
{
color: #F85497;
}
.AnyTagClassName
{
color: #F85497;
}
</style>
background-color css
<style>
a { background-color: #F85497; }
a { background-color: rgb(248,84,151); }
div.DivClassName
{
background-color: #F85497;
}
.BgClassName
{
background-color: #F85497;
}
</style>
border-color css
<style>
span { border-color: #F85497; }
span { border-color: rgb(248,84,151); }
td.TdClassName
{
border-color: #F85497;
}
.TagClassName
{
border-color: #F85497;
}
</style>