Shades of Brilliant Rose #F44EA2
Tints of Brilliant Rose #F44EA2
RGB
CMYK
RGB Variations
Color information
#F44EA2 (or 0xF44EA2) is known color: Brilliant Rose. HEX triplet: F4, 4E and A2. RGB value is (244,78,162). Sum of RGB (Red+Green+Blue) = 244+78+162=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F44EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F44EA2 is #0BB15D. Grayscale: #898989. Windows color (decimal): -766302 or 10637044. OLE color: 10637044.
HSL color Cylindrical-coordinate representation of color #F44EA2: hue angle of 329.64º 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 #F44EA2 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 78 | 162 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.04 |
| HSL | 329.64º | 0.88% | 0.63% | - |
| HSV(B) | 329.64º | 0.68% | 0.96% | - |
| XYZ | 46.55 | 27.29 | 37 | - |
| YUV | 137.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 78 | 162 | 0 | 0.68 | 0.34 | 0.04 | 329.64 | 0.88 | 0.63 |
| Hex | F4 | 4E | A2 | 0 | 44 | 22 | 4 | 14A | 58 | 3F |
| Octal | 364 | 116 | 242 | 0 | 104 | 42 | 4 | 512 | 130 | 77 |
| Binary | 11110100 | 1001110 | 10100010 | 0 | 1000100 | 100010 | 100 | 101001010 | 1011000 | 111111 |
Color Harmonies of #F44EA2
Complementary color
Monochromatic Colors of #F44EA2
Black with #F44EA2
Text Example
Text Example
White with #F44EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44EA2; }
p { color: rgb(244,78,162); }
H1.HeaderClassName
{
color: #F44EA2;
}
.AnyTagClassName
{
color: #F44EA2;
}
</style>
background-color css
<style>
a { background-color: #F44EA2; }
a { background-color: rgb(244,78,162); }
div.DivClassName
{
background-color: #F44EA2;
}
.BgClassName
{
background-color: #F44EA2;
}
</style>
border-color css
<style>
span { border-color: #F44EA2; }
span { border-color: rgb(244,78,162); }
td.TdClassName
{
border-color: #F44EA2;
}
.TagClassName
{
border-color: #F44EA2;
}
</style>