Shades of Brilliant Rose #F444AA
Tints of Brilliant Rose #F444AA
RGB
CMYK
RGB Variations
Color information
#F444AA (or 0xF444AA) is known color: Brilliant Rose. HEX triplet: F4, 44 and AA. RGB value is (244,68,170). Sum of RGB (Red+Green+Blue) = 244+68+170=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F444AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F444AA is #0BBB55. Grayscale: #848484. Windows color (decimal): -768854 or 11158772. OLE color: 11158772.
HSL color Cylindrical-coordinate representation of color #F444AA: hue angle of 325.23º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F444AA is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 170 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.04 |
| HSL | 325.23º | 0.89% | 0.61% | - |
| HSV(B) | 325.23º | 0.72% | 0.96% | - |
| XYZ | 46.63 | 26.27 | 40.64 | - |
| YUV | 132.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 170 | 0 | 0.72 | 0.30 | 0.04 | 325.23 | 0.89 | 0.61 |
| Hex | F4 | 44 | AA | 0 | 48 | 1E | 4 | 145 | 59 | 3D |
| Octal | 364 | 104 | 252 | 0 | 110 | 36 | 4 | 505 | 131 | 75 |
| Binary | 11110100 | 1000100 | 10101010 | 0 | 1001000 | 11110 | 100 | 101000101 | 1011001 | 111101 |
Color Harmonies of #F444AA
Complementary color
Monochromatic Colors of #F444AA
Black with #F444AA
Text Example
Text Example
White with #F444AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F444AA; }
p { color: rgb(244,68,170); }
H1.HeaderClassName
{
color: #F444AA;
}
.AnyTagClassName
{
color: #F444AA;
}
</style>
background-color css
<style>
a { background-color: #F444AA; }
a { background-color: rgb(244,68,170); }
div.DivClassName
{
background-color: #F444AA;
}
.BgClassName
{
background-color: #F444AA;
}
</style>
border-color css
<style>
span { border-color: #F444AA; }
span { border-color: rgb(244,68,170); }
td.TdClassName
{
border-color: #F444AA;
}
.TagClassName
{
border-color: #F444AA;
}
</style>