Shades of Brilliant Rose #F049AF
Tints of Brilliant Rose #F049AF
RGB
CMYK
RGB Variations
Color information
#F049AF (or 0xF049AF) is known color: Brilliant Rose. HEX triplet: F0, 49 and AF. RGB value is (240,73,175). Sum of RGB (Red+Green+Blue) = 240+73+175=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F049AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F049AF is #0FB650. Grayscale: #868686. Windows color (decimal): -1029713 or 11487728. OLE color: 11487728.
HSL color Cylindrical-coordinate representation of color #F049AF: hue angle of 323.35º 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 #F049AF is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 175 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.06 |
| HSL | 323.35º | 0.85% | 0.61% | - |
| HSV(B) | 323.35º | 0.7% | 0.94% | - |
| XYZ | 46.06 | 26.39 | 43.22 | - |
| YUV | 134.56 | 150.83 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 175 | 0 | 0.70 | 0.27 | 0.06 | 323.35 | 0.85 | 0.61 |
| Hex | F0 | 49 | AF | 0 | 46 | 1B | 6 | 143 | 55 | 3D |
| Octal | 360 | 111 | 257 | 0 | 106 | 33 | 6 | 503 | 125 | 75 |
| Binary | 11110000 | 1001001 | 10101111 | 0 | 1000110 | 11011 | 110 | 101000011 | 1010101 | 111101 |
Color Harmonies of #F049AF
Complementary color
Monochromatic Colors of #F049AF
Black with #F049AF
Text Example
Text Example
White with #F049AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049AF; }
p { color: rgb(240,73,175); }
H1.HeaderClassName
{
color: #F049AF;
}
.AnyTagClassName
{
color: #F049AF;
}
</style>
background-color css
<style>
a { background-color: #F049AF; }
a { background-color: rgb(240,73,175); }
div.DivClassName
{
background-color: #F049AF;
}
.BgClassName
{
background-color: #F049AF;
}
</style>
border-color css
<style>
span { border-color: #F049AF; }
span { border-color: rgb(240,73,175); }
td.TdClassName
{
border-color: #F049AF;
}
.TagClassName
{
border-color: #F049AF;
}
</style>