Shades of Brilliant Rose #F44AAF
Tints of Brilliant Rose #F44AAF
RGB
CMYK
RGB Variations
Color information
#F44AAF (or 0xF44AAF) is known color: Brilliant Rose. HEX triplet: F4, 4A and AF. RGB value is (244,74,175). Sum of RGB (Red+Green+Blue) = 244+74+175=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F44AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44AAF is #0BB550. Grayscale: #888888. Windows color (decimal): -767313 or 11487988. OLE color: 11487988.
HSL color Cylindrical-coordinate representation of color #F44AAF: hue angle of 324.35º 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 #F44AAF is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 175 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.04 |
| HSL | 324.35º | 0.89% | 0.62% | - |
| HSV(B) | 324.35º | 0.7% | 0.96% | - |
| XYZ | 47.49 | 27.23 | 43.31 | - |
| YUV | 136.34 | 149.82 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 175 | 0 | 0.70 | 0.28 | 0.04 | 324.35 | 0.89 | 0.62 |
| Hex | F4 | 4A | AF | 0 | 46 | 1C | 4 | 144 | 59 | 3E |
| Octal | 364 | 112 | 257 | 0 | 106 | 34 | 4 | 504 | 131 | 76 |
| Binary | 11110100 | 1001010 | 10101111 | 0 | 1000110 | 11100 | 100 | 101000100 | 1011001 | 111110 |
Color Harmonies of #F44AAF
Complementary color
Monochromatic Colors of #F44AAF
Black with #F44AAF
Text Example
Text Example
White with #F44AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44AAF; }
p { color: rgb(244,74,175); }
H1.HeaderClassName
{
color: #F44AAF;
}
.AnyTagClassName
{
color: #F44AAF;
}
</style>
background-color css
<style>
a { background-color: #F44AAF; }
a { background-color: rgb(244,74,175); }
div.DivClassName
{
background-color: #F44AAF;
}
.BgClassName
{
background-color: #F44AAF;
}
</style>
border-color css
<style>
span { border-color: #F44AAF; }
span { border-color: rgb(244,74,175); }
td.TdClassName
{
border-color: #F44AAF;
}
.TagClassName
{
border-color: #F44AAF;
}
</style>