Shades of Brilliant Rose #F05498
Tints of Brilliant Rose #F05498
RGB
CMYK
RGB Variations
Color information
#F05498 (or 0xF05498) is known color: Brilliant Rose. HEX triplet: F0, 54 and 98. RGB value is (240,84,152). Sum of RGB (Red+Green+Blue) = 240+84+152=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F05498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05498 is #0FAB67. Grayscale: #8A8A8A. Windows color (decimal): -1026920 or 9983216. OLE color: 9983216.
HSL color Cylindrical-coordinate representation of color #F05498: hue angle of 333.85º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05498 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 152 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.06 |
| HSL | 333.85º | 0.84% | 0.64% | - |
| HSV(B) | 333.85º | 0.65% | 0.94% | - |
| XYZ | 44.77 | 27.13 | 32.58 | - |
| YUV | 138.4 | 135.68 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 152 | 0 | 0.65 | 0.37 | 0.06 | 333.85 | 0.84 | 0.64 |
| Hex | F0 | 54 | 98 | 0 | 41 | 25 | 6 | 14E | 54 | 40 |
| Octal | 360 | 124 | 230 | 0 | 101 | 45 | 6 | 516 | 124 | 100 |
| Binary | 11110000 | 1010100 | 10011000 | 0 | 1000001 | 100101 | 110 | 101001110 | 1010100 | 1000000 |
Color Harmonies of #F05498
Complementary color
Monochromatic Colors of #F05498
Black with #F05498
Text Example
Text Example
White with #F05498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05498; }
p { color: rgb(240,84,152); }
H1.HeaderClassName
{
color: #F05498;
}
.AnyTagClassName
{
color: #F05498;
}
</style>
background-color css
<style>
a { background-color: #F05498; }
a { background-color: rgb(240,84,152); }
div.DivClassName
{
background-color: #F05498;
}
.BgClassName
{
background-color: #F05498;
}
</style>
border-color css
<style>
span { border-color: #F05498; }
span { border-color: rgb(240,84,152); }
td.TdClassName
{
border-color: #F05498;
}
.TagClassName
{
border-color: #F05498;
}
</style>