Shades of Brilliant Rose #F049AB
Tints of Brilliant Rose #F049AB
RGB
CMYK
RGB Variations
Color information
#F049AB (or 0xF049AB) is known color: Brilliant Rose. HEX triplet: F0, 49 and AB. RGB value is (240,73,171). Sum of RGB (Red+Green+Blue) = 240+73+171=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F049AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F049AB is #0FB654. Grayscale: #858585. Windows color (decimal): -1029717 or 11225584. OLE color: 11225584.
HSL color Cylindrical-coordinate representation of color #F049AB: hue angle of 324.79º 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 #F049AB is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 171 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.06 |
| HSL | 324.79º | 0.85% | 0.61% | - |
| HSV(B) | 324.79º | 0.7% | 0.94% | - |
| XYZ | 45.67 | 26.23 | 41.18 | - |
| YUV | 134.11 | 148.83 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 171 | 0 | 0.70 | 0.29 | 0.06 | 324.79 | 0.85 | 0.61 |
| Hex | F0 | 49 | AB | 0 | 46 | 1D | 6 | 145 | 55 | 3D |
| Octal | 360 | 111 | 253 | 0 | 106 | 35 | 6 | 505 | 125 | 75 |
| Binary | 11110000 | 1001001 | 10101011 | 0 | 1000110 | 11101 | 110 | 101000101 | 1010101 | 111101 |
Color Harmonies of #F049AB
Complementary color
Monochromatic Colors of #F049AB
Black with #F049AB
Text Example
Text Example
White with #F049AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049AB; }
p { color: rgb(240,73,171); }
H1.HeaderClassName
{
color: #F049AB;
}
.AnyTagClassName
{
color: #F049AB;
}
</style>
background-color css
<style>
a { background-color: #F049AB; }
a { background-color: rgb(240,73,171); }
div.DivClassName
{
background-color: #F049AB;
}
.BgClassName
{
background-color: #F049AB;
}
</style>
border-color css
<style>
span { border-color: #F049AB; }
span { border-color: rgb(240,73,171); }
td.TdClassName
{
border-color: #F049AB;
}
.TagClassName
{
border-color: #F049AB;
}
</style>