Shades of Brilliant Rose #F449AB
Tints of Brilliant Rose #F449AB
RGB
CMYK
RGB Variations
Color information
#F449AB (or 0xF449AB) is known color: Brilliant Rose. HEX triplet: F4, 49 and AB. RGB value is (244,73,171). Sum of RGB (Red+Green+Blue) = 244+73+171=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F449AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F449AB is #0BB654. Grayscale: #878787. Windows color (decimal): -767573 or 11225588. OLE color: 11225588.
HSL color Cylindrical-coordinate representation of color #F449AB: hue angle of 325.61º 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 #F449AB is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 171 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.04 |
| HSL | 325.61º | 0.89% | 0.62% | - |
| HSV(B) | 325.61º | 0.7% | 0.96% | - |
| XYZ | 47.04 | 26.94 | 41.25 | - |
| YUV | 135.3 | 148.15 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 171 | 0 | 0.70 | 0.30 | 0.04 | 325.61 | 0.89 | 0.62 |
| Hex | F4 | 49 | AB | 0 | 46 | 1E | 4 | 146 | 59 | 3E |
| Octal | 364 | 111 | 253 | 0 | 106 | 36 | 4 | 506 | 131 | 76 |
| Binary | 11110100 | 1001001 | 10101011 | 0 | 1000110 | 11110 | 100 | 101000110 | 1011001 | 111110 |
Color Harmonies of #F449AB
Complementary color
Monochromatic Colors of #F449AB
Black with #F449AB
Text Example
Text Example
White with #F449AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F449AB; }
p { color: rgb(244,73,171); }
H1.HeaderClassName
{
color: #F449AB;
}
.AnyTagClassName
{
color: #F449AB;
}
</style>
background-color css
<style>
a { background-color: #F449AB; }
a { background-color: rgb(244,73,171); }
div.DivClassName
{
background-color: #F449AB;
}
.BgClassName
{
background-color: #F449AB;
}
</style>
border-color css
<style>
span { border-color: #F449AB; }
span { border-color: rgb(244,73,171); }
td.TdClassName
{
border-color: #F449AB;
}
.TagClassName
{
border-color: #F449AB;
}
</style>