Shades of Brilliant Rose #F85498
Tints of Brilliant Rose #F85498
RGB
CMYK
RGB Variations
Color information
#F85498 (or 0xF85498) is known color: Brilliant Rose. HEX triplet: F8, 54 and 98. RGB value is (248,84,152). Sum of RGB (Red+Green+Blue) = 248+84+152=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F85498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85498 is #07AB67. Grayscale: #8C8C8C. Windows color (decimal): -502632 or 9983224. OLE color: 9983224.
HSL color Cylindrical-coordinate representation of color #F85498: hue angle of 335.12º 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 #F85498 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 152 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.03 |
| HSL | 335.12º | 0.92% | 0.65% | - |
| HSV(B) | 335.12º | 0.66% | 0.97% | - |
| XYZ | 47.55 | 28.56 | 32.71 | - |
| YUV | 140.79 | 134.33 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 152 | 0 | 0.66 | 0.39 | 0.03 | 335.12 | 0.92 | 0.65 |
| Hex | F8 | 54 | 98 | 0 | 42 | 27 | 3 | 14F | 5C | 41 |
| Octal | 370 | 124 | 230 | 0 | 102 | 47 | 3 | 517 | 134 | 101 |
| Binary | 11111000 | 1010100 | 10011000 | 0 | 1000010 | 100111 | 11 | 101001111 | 1011100 | 1000001 |
Color Harmonies of #F85498
Complementary color
Monochromatic Colors of #F85498
Black with #F85498
Text Example
Text Example
White with #F85498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85498; }
p { color: rgb(248,84,152); }
H1.HeaderClassName
{
color: #F85498;
}
.AnyTagClassName
{
color: #F85498;
}
</style>
background-color css
<style>
a { background-color: #F85498; }
a { background-color: rgb(248,84,152); }
div.DivClassName
{
background-color: #F85498;
}
.BgClassName
{
background-color: #F85498;
}
</style>
border-color css
<style>
span { border-color: #F85498; }
span { border-color: rgb(248,84,152); }
td.TdClassName
{
border-color: #F85498;
}
.TagClassName
{
border-color: #F85498;
}
</style>