Shades of Brilliant Rose #F44AAA
Tints of Brilliant Rose #F44AAA
RGB
CMYK
RGB Variations
Color information
#F44AAA (or 0xF44AAA) is known color: Brilliant Rose. HEX triplet: F4, 4A and AA. RGB value is (244,74,170). Sum of RGB (Red+Green+Blue) = 244+74+170=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F44AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44AAA is #0BB555. Grayscale: #878787. Windows color (decimal): -767318 or 11160308. OLE color: 11160308.
HSL color Cylindrical-coordinate representation of color #F44AAA: hue angle of 326.12º 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 #F44AAA is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 170 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.04 |
| HSL | 326.12º | 0.89% | 0.62% | - |
| HSV(B) | 326.12º | 0.7% | 0.96% | - |
| XYZ | 47.01 | 27.03 | 40.77 | - |
| YUV | 135.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 170 | 0 | 0.70 | 0.30 | 0.04 | 326.12 | 0.89 | 0.62 |
| Hex | F4 | 4A | AA | 0 | 46 | 1E | 4 | 146 | 59 | 3E |
| Octal | 364 | 112 | 252 | 0 | 106 | 36 | 4 | 506 | 131 | 76 |
| Binary | 11110100 | 1001010 | 10101010 | 0 | 1000110 | 11110 | 100 | 101000110 | 1011001 | 111110 |
Color Harmonies of #F44AAA
Complementary color
Monochromatic Colors of #F44AAA
Black with #F44AAA
Text Example
Text Example
White with #F44AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44AAA; }
p { color: rgb(244,74,170); }
H1.HeaderClassName
{
color: #F44AAA;
}
.AnyTagClassName
{
color: #F44AAA;
}
</style>
background-color css
<style>
a { background-color: #F44AAA; }
a { background-color: rgb(244,74,170); }
div.DivClassName
{
background-color: #F44AAA;
}
.BgClassName
{
background-color: #F44AAA;
}
</style>
border-color css
<style>
span { border-color: #F44AAA; }
span { border-color: rgb(244,74,170); }
td.TdClassName
{
border-color: #F44AAA;
}
.TagClassName
{
border-color: #F44AAA;
}
</style>