Shades of Brilliant Rose #F049B4
Tints of Brilliant Rose #F049B4
RGB
CMYK
RGB Variations
Color information
#F049B4 (or 0xF049B4) is known color: Brilliant Rose. HEX triplet: F0, 49 and B4. RGB value is (240,73,180). Sum of RGB (Red+Green+Blue) = 240+73+180=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F049B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049B4 is #0FB64B. Grayscale: #868686. Windows color (decimal): -1029708 or 11815408. OLE color: 11815408.
HSL color Cylindrical-coordinate representation of color #F049B4: hue angle of 321.56º 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 #F049B4 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 180 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.06 |
| HSL | 321.56º | 0.85% | 0.61% | - |
| HSV(B) | 321.56º | 0.7% | 0.94% | - |
| XYZ | 46.56 | 26.59 | 45.86 | - |
| YUV | 135.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 180 | 0 | 0.70 | 0.25 | 0.06 | 321.56 | 0.85 | 0.61 |
| Hex | F0 | 49 | B4 | 0 | 46 | 19 | 6 | 142 | 55 | 3D |
| Octal | 360 | 111 | 264 | 0 | 106 | 31 | 6 | 502 | 125 | 75 |
| Binary | 11110000 | 1001001 | 10110100 | 0 | 1000110 | 11001 | 110 | 101000010 | 1010101 | 111101 |
Color Harmonies of #F049B4
Complementary color
Monochromatic Colors of #F049B4
Black with #F049B4
Text Example
Text Example
White with #F049B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049B4; }
p { color: rgb(240,73,180); }
H1.HeaderClassName
{
color: #F049B4;
}
.AnyTagClassName
{
color: #F049B4;
}
</style>
background-color css
<style>
a { background-color: #F049B4; }
a { background-color: rgb(240,73,180); }
div.DivClassName
{
background-color: #F049B4;
}
.BgClassName
{
background-color: #F049B4;
}
</style>
border-color css
<style>
span { border-color: #F049B4; }
span { border-color: rgb(240,73,180); }
td.TdClassName
{
border-color: #F049B4;
}
.TagClassName
{
border-color: #F049B4;
}
</style>