Shades of Brilliant Rose #F44AAC
Tints of Brilliant Rose #F44AAC
RGB
CMYK
RGB Variations
Color information
#F44AAC (or 0xF44AAC) is known color: Brilliant Rose. HEX triplet: F4, 4A and AC. RGB value is (244,74,172). Sum of RGB (Red+Green+Blue) = 244+74+172=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F44AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44AAC is #0BB553. Grayscale: #878787. Windows color (decimal): -767316 or 11291380. OLE color: 11291380.
HSL color Cylindrical-coordinate representation of color #F44AAC: hue angle of 325.41º 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 #F44AAC is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 172 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.04 |
| HSL | 325.41º | 0.89% | 0.62% | - |
| HSV(B) | 325.41º | 0.7% | 0.96% | - |
| XYZ | 47.2 | 27.11 | 41.77 | - |
| YUV | 136 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 172 | 0 | 0.70 | 0.30 | 0.04 | 325.41 | 0.89 | 0.62 |
| Hex | F4 | 4A | AC | 0 | 46 | 1E | 4 | 145 | 59 | 3E |
| Octal | 364 | 112 | 254 | 0 | 106 | 36 | 4 | 505 | 131 | 76 |
| Binary | 11110100 | 1001010 | 10101100 | 0 | 1000110 | 11110 | 100 | 101000101 | 1011001 | 111110 |
Color Harmonies of #F44AAC
Complementary color
Monochromatic Colors of #F44AAC
Black with #F44AAC
Text Example
Text Example
White with #F44AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44AAC; }
p { color: rgb(244,74,172); }
H1.HeaderClassName
{
color: #F44AAC;
}
.AnyTagClassName
{
color: #F44AAC;
}
</style>
background-color css
<style>
a { background-color: #F44AAC; }
a { background-color: rgb(244,74,172); }
div.DivClassName
{
background-color: #F44AAC;
}
.BgClassName
{
background-color: #F44AAC;
}
</style>
border-color css
<style>
span { border-color: #F44AAC; }
span { border-color: rgb(244,74,172); }
td.TdClassName
{
border-color: #F44AAC;
}
.TagClassName
{
border-color: #F44AAC;
}
</style>