Shades of Brilliant Rose #F049B8
Tints of Brilliant Rose #F049B8
RGB
CMYK
RGB Variations
Color information
#F049B8 (or 0xF049B8) is known color: Brilliant Rose. HEX triplet: F0, 49 and B8. RGB value is (240,73,184). Sum of RGB (Red+Green+Blue) = 240+73+184=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F049B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049B8 is #0FB647. Grayscale: #878787. Windows color (decimal): -1029704 or 12077552. OLE color: 12077552.
HSL color Cylindrical-coordinate representation of color #F049B8: hue angle of 320.12º 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 #F049B8 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 184 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.06 |
| HSL | 320.12º | 0.85% | 0.61% | - |
| HSV(B) | 320.12º | 0.7% | 0.94% | - |
| XYZ | 46.97 | 26.75 | 48.04 | - |
| YUV | 135.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 184 | 0 | 0.70 | 0.23 | 0.06 | 320.12 | 0.85 | 0.61 |
| Hex | F0 | 49 | B8 | 0 | 46 | 17 | 6 | 140 | 55 | 3D |
| Octal | 360 | 111 | 270 | 0 | 106 | 27 | 6 | 500 | 125 | 75 |
| Binary | 11110000 | 1001001 | 10111000 | 0 | 1000110 | 10111 | 110 | 101000000 | 1010101 | 111101 |
Color Harmonies of #F049B8
Complementary color
Monochromatic Colors of #F049B8
Black with #F049B8
Text Example
Text Example
White with #F049B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049B8; }
p { color: rgb(240,73,184); }
H1.HeaderClassName
{
color: #F049B8;
}
.AnyTagClassName
{
color: #F049B8;
}
</style>
background-color css
<style>
a { background-color: #F049B8; }
a { background-color: rgb(240,73,184); }
div.DivClassName
{
background-color: #F049B8;
}
.BgClassName
{
background-color: #F049B8;
}
</style>
border-color css
<style>
span { border-color: #F049B8; }
span { border-color: rgb(240,73,184); }
td.TdClassName
{
border-color: #F049B8;
}
.TagClassName
{
border-color: #F049B8;
}
</style>