Shades of Brilliant Rose #F0519C
Tints of Brilliant Rose #F0519C
RGB
CMYK
RGB Variations
Color information
#F0519C (or 0xF0519C) is known color: Brilliant Rose. HEX triplet: F0, 51 and 9C. RGB value is (240,81,156). Sum of RGB (Red+Green+Blue) = 240+81+156=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0519C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0519C is #0FAE63. Grayscale: #888888. Windows color (decimal): -1027684 or 10244592. OLE color: 10244592.
HSL color Cylindrical-coordinate representation of color #F0519C: hue angle of 331.7º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0519C is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 156 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.06 |
| HSL | 331.7º | 0.84% | 0.63% | - |
| HSV(B) | 331.7º | 0.66% | 0.94% | - |
| XYZ | 44.88 | 26.81 | 34.26 | - |
| YUV | 137.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 156 | 0 | 0.66 | 0.35 | 0.06 | 331.7 | 0.84 | 0.63 |
| Hex | F0 | 51 | 9C | 0 | 42 | 23 | 6 | 14C | 54 | 3F |
| Octal | 360 | 121 | 234 | 0 | 102 | 43 | 6 | 514 | 124 | 77 |
| Binary | 11110000 | 1010001 | 10011100 | 0 | 1000010 | 100011 | 110 | 101001100 | 1010100 | 111111 |
Color Harmonies of #F0519C
Complementary color
Monochromatic Colors of #F0519C
Black with #F0519C
Text Example
Text Example
White with #F0519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0519C; }
p { color: rgb(240,81,156); }
H1.HeaderClassName
{
color: #F0519C;
}
.AnyTagClassName
{
color: #F0519C;
}
</style>
background-color css
<style>
a { background-color: #F0519C; }
a { background-color: rgb(240,81,156); }
div.DivClassName
{
background-color: #F0519C;
}
.BgClassName
{
background-color: #F0519C;
}
</style>
border-color css
<style>
span { border-color: #F0519C; }
span { border-color: rgb(240,81,156); }
td.TdClassName
{
border-color: #F0519C;
}
.TagClassName
{
border-color: #F0519C;
}
</style>