Shades of Brilliant Rose #F444AB
Tints of Brilliant Rose #F444AB
RGB
CMYK
RGB Variations
Color information
#F444AB (or 0xF444AB) is known color: Brilliant Rose. HEX triplet: F4, 44 and AB. RGB value is (244,68,171). Sum of RGB (Red+Green+Blue) = 244+68+171=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F444AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F444AB is #0BBB54. Grayscale: #848484. Windows color (decimal): -768853 or 11224308. OLE color: 11224308.
HSL color Cylindrical-coordinate representation of color #F444AB: hue angle of 324.89º 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 #F444AB is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 171 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.04 |
| HSL | 324.89º | 0.89% | 0.61% | - |
| HSV(B) | 324.89º | 0.72% | 0.96% | - |
| XYZ | 46.73 | 26.31 | 41.14 | - |
| YUV | 132.37 | 149.81 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 171 | 0 | 0.72 | 0.30 | 0.04 | 324.89 | 0.89 | 0.61 |
| Hex | F4 | 44 | AB | 0 | 48 | 1E | 4 | 145 | 59 | 3D |
| Octal | 364 | 104 | 253 | 0 | 110 | 36 | 4 | 505 | 131 | 75 |
| Binary | 11110100 | 1000100 | 10101011 | 0 | 1001000 | 11110 | 100 | 101000101 | 1011001 | 111101 |
Color Harmonies of #F444AB
Complementary color
Monochromatic Colors of #F444AB
Black with #F444AB
Text Example
Text Example
White with #F444AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F444AB; }
p { color: rgb(244,68,171); }
H1.HeaderClassName
{
color: #F444AB;
}
.AnyTagClassName
{
color: #F444AB;
}
</style>
background-color css
<style>
a { background-color: #F444AB; }
a { background-color: rgb(244,68,171); }
div.DivClassName
{
background-color: #F444AB;
}
.BgClassName
{
background-color: #F444AB;
}
</style>
border-color css
<style>
span { border-color: #F444AB; }
span { border-color: rgb(244,68,171); }
td.TdClassName
{
border-color: #F444AB;
}
.TagClassName
{
border-color: #F444AB;
}
</style>