Shades of Brilliant Rose #F0499C
Tints of Brilliant Rose #F0499C
RGB
CMYK
RGB Variations
Color information
#F0499C (or 0xF0499C) is known color: Brilliant Rose. HEX triplet: F0, 49 and 9C. RGB value is (240,73,156). Sum of RGB (Red+Green+Blue) = 240+73+156=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0499C is #0FB663. Grayscale: #848484. Windows color (decimal): -1029732 or 10242544. OLE color: 10242544.
HSL color Cylindrical-coordinate representation of color #F0499C: hue angle of 330.18º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0499C is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 156 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.06 |
| HSL | 330.18º | 0.85% | 0.61% | - |
| HSV(B) | 330.18º | 0.7% | 0.94% | - |
| XYZ | 44.32 | 25.69 | 34.08 | - |
| YUV | 132.4 | 141.33 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 156 | 0 | 0.70 | 0.35 | 0.06 | 330.18 | 0.85 | 0.61 |
| Hex | F0 | 49 | 9C | 0 | 46 | 23 | 6 | 14A | 55 | 3D |
| Octal | 360 | 111 | 234 | 0 | 106 | 43 | 6 | 512 | 125 | 75 |
| Binary | 11110000 | 1001001 | 10011100 | 0 | 1000110 | 100011 | 110 | 101001010 | 1010101 | 111101 |
Color Harmonies of #F0499C
Complementary color
Monochromatic Colors of #F0499C
Black with #F0499C
Text Example
Text Example
White with #F0499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0499C; }
p { color: rgb(240,73,156); }
H1.HeaderClassName
{
color: #F0499C;
}
.AnyTagClassName
{
color: #F0499C;
}
</style>
background-color css
<style>
a { background-color: #F0499C; }
a { background-color: rgb(240,73,156); }
div.DivClassName
{
background-color: #F0499C;
}
.BgClassName
{
background-color: #F0499C;
}
</style>
border-color css
<style>
span { border-color: #F0499C; }
span { border-color: rgb(240,73,156); }
td.TdClassName
{
border-color: #F0499C;
}
.TagClassName
{
border-color: #F0499C;
}
</style>