Shades of Brilliant Rose #F044AB
Tints of Brilliant Rose #F044AB
RGB
CMYK
RGB Variations
Color information
#F044AB (or 0xF044AB) is known color: Brilliant Rose. HEX triplet: F0, 44 and AB. RGB value is (240,68,171). Sum of RGB (Red+Green+Blue) = 240+68+171=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F044AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F044AB is #0FBB54. Grayscale: #828282. Windows color (decimal): -1030997 or 11224304. OLE color: 11224304.
HSL color Cylindrical-coordinate representation of color #F044AB: hue angle of 324.07º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F044AB is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 171 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.06 |
| HSL | 324.07º | 0.85% | 0.6% | - |
| HSV(B) | 324.07º | 0.72% | 0.94% | - |
| XYZ | 45.35 | 25.6 | 41.08 | - |
| YUV | 131.17 | 150.48 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 171 | 0 | 0.72 | 0.29 | 0.06 | 324.07 | 0.85 | 0.6 |
| Hex | F0 | 44 | AB | 0 | 48 | 1D | 6 | 144 | 55 | 3C |
| Octal | 360 | 104 | 253 | 0 | 110 | 35 | 6 | 504 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10101011 | 0 | 1001000 | 11101 | 110 | 101000100 | 1010101 | 111100 |
Color Harmonies of #F044AB
Complementary color
Monochromatic Colors of #F044AB
Black with #F044AB
Text Example
Text Example
White with #F044AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044AB; }
p { color: rgb(240,68,171); }
H1.HeaderClassName
{
color: #F044AB;
}
.AnyTagClassName
{
color: #F044AB;
}
</style>
background-color css
<style>
a { background-color: #F044AB; }
a { background-color: rgb(240,68,171); }
div.DivClassName
{
background-color: #F044AB;
}
.BgClassName
{
background-color: #F044AB;
}
</style>
border-color css
<style>
span { border-color: #F044AB; }
span { border-color: rgb(240,68,171); }
td.TdClassName
{
border-color: #F044AB;
}
.TagClassName
{
border-color: #F044AB;
}
</style>