Shades of Brilliant Rose #F049B0
Tints of Brilliant Rose #F049B0
RGB
CMYK
RGB Variations
Color information
#F049B0 (or 0xF049B0) is known color: Brilliant Rose. HEX triplet: F0, 49 and B0. RGB value is (240,73,176). Sum of RGB (Red+Green+Blue) = 240+73+176=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F049B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F049B0 is #0FB64F. Grayscale: #868686. Windows color (decimal): -1029712 or 11553264. OLE color: 11553264.
HSL color Cylindrical-coordinate representation of color #F049B0: hue angle of 322.99º 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 #F049B0 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 176 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.06 |
| HSL | 322.99º | 0.85% | 0.61% | - |
| HSV(B) | 322.99º | 0.7% | 0.94% | - |
| XYZ | 46.15 | 26.42 | 43.74 | - |
| YUV | 134.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 176 | 0 | 0.70 | 0.27 | 0.06 | 322.99 | 0.85 | 0.61 |
| Hex | F0 | 49 | B0 | 0 | 46 | 1B | 6 | 143 | 55 | 3D |
| Octal | 360 | 111 | 260 | 0 | 106 | 33 | 6 | 503 | 125 | 75 |
| Binary | 11110000 | 1001001 | 10110000 | 0 | 1000110 | 11011 | 110 | 101000011 | 1010101 | 111101 |
Color Harmonies of #F049B0
Complementary color
Monochromatic Colors of #F049B0
Black with #F049B0
Text Example
Text Example
White with #F049B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049B0; }
p { color: rgb(240,73,176); }
H1.HeaderClassName
{
color: #F049B0;
}
.AnyTagClassName
{
color: #F049B0;
}
</style>
background-color css
<style>
a { background-color: #F049B0; }
a { background-color: rgb(240,73,176); }
div.DivClassName
{
background-color: #F049B0;
}
.BgClassName
{
background-color: #F049B0;
}
</style>
border-color css
<style>
span { border-color: #F049B0; }
span { border-color: rgb(240,73,176); }
td.TdClassName
{
border-color: #F049B0;
}
.TagClassName
{
border-color: #F049B0;
}
</style>