Shades of Brilliant Rose #F449AF
Tints of Brilliant Rose #F449AF
RGB
CMYK
RGB Variations
Color information
#F449AF (or 0xF449AF) is known color: Brilliant Rose. HEX triplet: F4, 49 and AF. RGB value is (244,73,175). Sum of RGB (Red+Green+Blue) = 244+73+175=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F449AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F449AF is #0BB650. Grayscale: #878787. Windows color (decimal): -767569 or 11487732. OLE color: 11487732.
HSL color Cylindrical-coordinate representation of color #F449AF: hue angle of 324.21º 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 #F449AF is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 175 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.04 |
| HSL | 324.21º | 0.89% | 0.62% | - |
| HSV(B) | 324.21º | 0.7% | 0.96% | - |
| XYZ | 47.43 | 27.09 | 43.29 | - |
| YUV | 135.76 | 150.15 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 175 | 0 | 0.70 | 0.28 | 0.04 | 324.21 | 0.89 | 0.62 |
| Hex | F4 | 49 | AF | 0 | 46 | 1C | 4 | 144 | 59 | 3E |
| Octal | 364 | 111 | 257 | 0 | 106 | 34 | 4 | 504 | 131 | 76 |
| Binary | 11110100 | 1001001 | 10101111 | 0 | 1000110 | 11100 | 100 | 101000100 | 1011001 | 111110 |
Color Harmonies of #F449AF
Complementary color
Monochromatic Colors of #F449AF
Black with #F449AF
Text Example
Text Example
White with #F449AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F449AF; }
p { color: rgb(244,73,175); }
H1.HeaderClassName
{
color: #F449AF;
}
.AnyTagClassName
{
color: #F449AF;
}
</style>
background-color css
<style>
a { background-color: #F449AF; }
a { background-color: rgb(244,73,175); }
div.DivClassName
{
background-color: #F449AF;
}
.BgClassName
{
background-color: #F449AF;
}
</style>
border-color css
<style>
span { border-color: #F449AF; }
span { border-color: rgb(244,73,175); }
td.TdClassName
{
border-color: #F449AF;
}
.TagClassName
{
border-color: #F449AF;
}
</style>