Shades of Brilliant Rose #F04AAB
Tints of Brilliant Rose #F04AAB
RGB
CMYK
RGB Variations
Color information
#F04AAB (or 0xF04AAB) is known color: Brilliant Rose. HEX triplet: F0, 4A and AB. RGB value is (240,74,171). Sum of RGB (Red+Green+Blue) = 240+74+171=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04AAB is #0FB554. Grayscale: #868686. Windows color (decimal): -1029461 or 11225840. OLE color: 11225840.
HSL color Cylindrical-coordinate representation of color #F04AAB: hue angle of 324.94º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04AAB is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 171 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.06 |
| HSL | 324.94º | 0.85% | 0.62% | - |
| HSV(B) | 324.94º | 0.69% | 0.94% | - |
| XYZ | 45.73 | 26.36 | 41.21 | - |
| YUV | 134.69 | 148.5 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 171 | 0 | 0.69 | 0.29 | 0.06 | 324.94 | 0.85 | 0.62 |
| Hex | F0 | 4A | AB | 0 | 45 | 1D | 6 | 145 | 55 | 3E |
| Octal | 360 | 112 | 253 | 0 | 105 | 35 | 6 | 505 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10101011 | 0 | 1000101 | 11101 | 110 | 101000101 | 1010101 | 111110 |
Color Harmonies of #F04AAB
Complementary color
Monochromatic Colors of #F04AAB
Black with #F04AAB
Text Example
Text Example
White with #F04AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AAB; }
p { color: rgb(240,74,171); }
H1.HeaderClassName
{
color: #F04AAB;
}
.AnyTagClassName
{
color: #F04AAB;
}
</style>
background-color css
<style>
a { background-color: #F04AAB; }
a { background-color: rgb(240,74,171); }
div.DivClassName
{
background-color: #F04AAB;
}
.BgClassName
{
background-color: #F04AAB;
}
</style>
border-color css
<style>
span { border-color: #F04AAB; }
span { border-color: rgb(240,74,171); }
td.TdClassName
{
border-color: #F04AAB;
}
.TagClassName
{
border-color: #F04AAB;
}
</style>