Shades of Brilliant Rose #F049AD
Tints of Brilliant Rose #F049AD
RGB
CMYK
RGB Variations
Color information
#F049AD (or 0xF049AD) is known color: Brilliant Rose. HEX triplet: F0, 49 and AD. RGB value is (240,73,173). Sum of RGB (Red+Green+Blue) = 240+73+173=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F049AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F049AD is #0FB652. Grayscale: #868686. Windows color (decimal): -1029715 or 11356656. OLE color: 11356656.
HSL color Cylindrical-coordinate representation of color #F049AD: hue angle of 324.07º 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 #F049AD is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 173 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.06 |
| HSL | 324.07º | 0.85% | 0.61% | - |
| HSV(B) | 324.07º | 0.7% | 0.94% | - |
| XYZ | 45.86 | 26.31 | 42.2 | - |
| YUV | 134.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 173 | 0 | 0.70 | 0.28 | 0.06 | 324.07 | 0.85 | 0.61 |
| Hex | F0 | 49 | AD | 0 | 46 | 1C | 6 | 144 | 55 | 3D |
| Octal | 360 | 111 | 255 | 0 | 106 | 34 | 6 | 504 | 125 | 75 |
| Binary | 11110000 | 1001001 | 10101101 | 0 | 1000110 | 11100 | 110 | 101000100 | 1010101 | 111101 |
Color Harmonies of #F049AD
Complementary color
Monochromatic Colors of #F049AD
Black with #F049AD
Text Example
Text Example
White with #F049AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049AD; }
p { color: rgb(240,73,173); }
H1.HeaderClassName
{
color: #F049AD;
}
.AnyTagClassName
{
color: #F049AD;
}
</style>
background-color css
<style>
a { background-color: #F049AD; }
a { background-color: rgb(240,73,173); }
div.DivClassName
{
background-color: #F049AD;
}
.BgClassName
{
background-color: #F049AD;
}
</style>
border-color css
<style>
span { border-color: #F049AD; }
span { border-color: rgb(240,73,173); }
td.TdClassName
{
border-color: #F049AD;
}
.TagClassName
{
border-color: #F049AD;
}
</style>