Shades of Brilliant Rose #F449AD
Tints of Brilliant Rose #F449AD
RGB
CMYK
RGB Variations
Color information
#F449AD (or 0xF449AD) is known color: Brilliant Rose. HEX triplet: F4, 49 and AD. RGB value is (244,73,173). Sum of RGB (Red+Green+Blue) = 244+73+173=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F449AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F449AD is #0BB652. Grayscale: #878787. Windows color (decimal): -767571 or 11356660. OLE color: 11356660.
HSL color Cylindrical-coordinate representation of color #F449AD: hue angle of 324.91º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F449AD is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 173 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.04 |
| HSL | 324.91º | 0.89% | 0.62% | - |
| HSV(B) | 324.91º | 0.7% | 0.96% | - |
| XYZ | 47.23 | 27.02 | 42.26 | - |
| YUV | 135.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 173 | 0 | 0.70 | 0.29 | 0.04 | 324.91 | 0.89 | 0.62 |
| Hex | F4 | 49 | AD | 0 | 46 | 1D | 4 | 145 | 59 | 3E |
| Octal | 364 | 111 | 255 | 0 | 106 | 35 | 4 | 505 | 131 | 76 |
| Binary | 11110100 | 1001001 | 10101101 | 0 | 1000110 | 11101 | 100 | 101000101 | 1011001 | 111110 |
Color Harmonies of #F449AD
Complementary color
Monochromatic Colors of #F449AD
Black with #F449AD
Text Example
Text Example
White with #F449AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F449AD; }
p { color: rgb(244,73,173); }
H1.HeaderClassName
{
color: #F449AD;
}
.AnyTagClassName
{
color: #F449AD;
}
</style>
background-color css
<style>
a { background-color: #F449AD; }
a { background-color: rgb(244,73,173); }
div.DivClassName
{
background-color: #F449AD;
}
.BgClassName
{
background-color: #F449AD;
}
</style>
border-color css
<style>
span { border-color: #F449AD; }
span { border-color: rgb(244,73,173); }
td.TdClassName
{
border-color: #F449AD;
}
.TagClassName
{
border-color: #F449AD;
}
</style>