Shades of Brilliant Rose #F44AAB
Tints of Brilliant Rose #F44AAB
RGB
CMYK
RGB Variations
Color information
#F44AAB (or 0xF44AAB) is known color: Brilliant Rose. HEX triplet: F4, 4A and AB. RGB value is (244,74,171). Sum of RGB (Red+Green+Blue) = 244+74+171=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F44AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44AAB is #0BB554. Grayscale: #878787. Windows color (decimal): -767317 or 11225844. OLE color: 11225844.
HSL color Cylindrical-coordinate representation of color #F44AAB: hue angle of 325.76º 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 #F44AAB is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 171 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.04 |
| HSL | 325.76º | 0.89% | 0.62% | - |
| HSV(B) | 325.76º | 0.7% | 0.96% | - |
| XYZ | 47.11 | 27.07 | 41.27 | - |
| YUV | 135.89 | 147.82 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 171 | 0 | 0.70 | 0.30 | 0.04 | 325.76 | 0.89 | 0.62 |
| Hex | F4 | 4A | AB | 0 | 46 | 1E | 4 | 146 | 59 | 3E |
| Octal | 364 | 112 | 253 | 0 | 106 | 36 | 4 | 506 | 131 | 76 |
| Binary | 11110100 | 1001010 | 10101011 | 0 | 1000110 | 11110 | 100 | 101000110 | 1011001 | 111110 |
Color Harmonies of #F44AAB
Complementary color
Monochromatic Colors of #F44AAB
Black with #F44AAB
Text Example
Text Example
White with #F44AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44AAB; }
p { color: rgb(244,74,171); }
H1.HeaderClassName
{
color: #F44AAB;
}
.AnyTagClassName
{
color: #F44AAB;
}
</style>
background-color css
<style>
a { background-color: #F44AAB; }
a { background-color: rgb(244,74,171); }
div.DivClassName
{
background-color: #F44AAB;
}
.BgClassName
{
background-color: #F44AAB;
}
</style>
border-color css
<style>
span { border-color: #F44AAB; }
span { border-color: rgb(244,74,171); }
td.TdClassName
{
border-color: #F44AAB;
}
.TagClassName
{
border-color: #F44AAB;
}
</style>