Shades of Brilliant Rose #F042AB
Tints of Brilliant Rose #F042AB
RGB
CMYK
RGB Variations
Color information
#F042AB (or 0xF042AB) is known color: Brilliant Rose. HEX triplet: F0, 42 and AB. RGB value is (240,66,171). Sum of RGB (Red+Green+Blue) = 240+66+171=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F042AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F042AB is #0FBD54. Grayscale: #818181. Windows color (decimal): -1031509 or 11223792. OLE color: 11223792.
HSL color Cylindrical-coordinate representation of color #F042AB: hue angle of 323.79º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F042AB is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 171 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.06 |
| HSL | 323.79º | 0.85% | 0.6% | - |
| HSV(B) | 323.79º | 0.73% | 0.94% | - |
| XYZ | 45.23 | 25.36 | 41.04 | - |
| YUV | 130 | 151.15 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 171 | 0 | 0.72 | 0.29 | 0.06 | 323.79 | 0.85 | 0.6 |
| Hex | F0 | 42 | AB | 0 | 48 | 1D | 6 | 144 | 55 | 3C |
| Octal | 360 | 102 | 253 | 0 | 110 | 35 | 6 | 504 | 125 | 74 |
| Binary | 11110000 | 1000010 | 10101011 | 0 | 1001000 | 11101 | 110 | 101000100 | 1010101 | 111100 |
Color Harmonies of #F042AB
Complementary color
Monochromatic Colors of #F042AB
Black with #F042AB
Text Example
Text Example
White with #F042AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F042AB; }
p { color: rgb(240,66,171); }
H1.HeaderClassName
{
color: #F042AB;
}
.AnyTagClassName
{
color: #F042AB;
}
</style>
background-color css
<style>
a { background-color: #F042AB; }
a { background-color: rgb(240,66,171); }
div.DivClassName
{
background-color: #F042AB;
}
.BgClassName
{
background-color: #F042AB;
}
</style>
border-color css
<style>
span { border-color: #F042AB; }
span { border-color: rgb(240,66,171); }
td.TdClassName
{
border-color: #F042AB;
}
.TagClassName
{
border-color: #F042AB;
}
</style>