Shades of Brilliant Rose #F44DAB
Tints of Brilliant Rose #F44DAB
RGB
CMYK
RGB Variations
Color information
#F44DAB (or 0xF44DAB) is known color: Brilliant Rose. HEX triplet: F4, 4D and AB. RGB value is (244,77,171). Sum of RGB (Red+Green+Blue) = 244+77+171=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F44DAB is #0BB254. Grayscale: #898989. Windows color (decimal): -766549 or 11226612. OLE color: 11226612.
HSL color Cylindrical-coordinate representation of color #F44DAB: hue angle of 326.23º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44DAB is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 171 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.04 |
| HSL | 326.23º | 0.88% | 0.63% | - |
| HSV(B) | 326.23º | 0.68% | 0.96% | - |
| XYZ | 47.31 | 27.48 | 41.34 | - |
| YUV | 137.65 | 146.83 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 171 | 0 | 0.68 | 0.30 | 0.04 | 326.23 | 0.88 | 0.63 |
| Hex | F4 | 4D | AB | 0 | 44 | 1E | 4 | 146 | 58 | 3F |
| Octal | 364 | 115 | 253 | 0 | 104 | 36 | 4 | 506 | 130 | 77 |
| Binary | 11110100 | 1001101 | 10101011 | 0 | 1000100 | 11110 | 100 | 101000110 | 1011000 | 111111 |
Color Harmonies of #F44DAB
Complementary color
Monochromatic Colors of #F44DAB
Black with #F44DAB
Text Example
Text Example
White with #F44DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44DAB; }
p { color: rgb(244,77,171); }
H1.HeaderClassName
{
color: #F44DAB;
}
.AnyTagClassName
{
color: #F44DAB;
}
</style>
background-color css
<style>
a { background-color: #F44DAB; }
a { background-color: rgb(244,77,171); }
div.DivClassName
{
background-color: #F44DAB;
}
.BgClassName
{
background-color: #F44DAB;
}
</style>
border-color css
<style>
span { border-color: #F44DAB; }
span { border-color: rgb(244,77,171); }
td.TdClassName
{
border-color: #F44DAB;
}
.TagClassName
{
border-color: #F44DAB;
}
</style>