Shades of Brilliant Rose #F04AAE
Tints of Brilliant Rose #F04AAE
RGB
CMYK
RGB Variations
Color information
#F04AAE (or 0xF04AAE) is known color: Brilliant Rose. HEX triplet: F0, 4A and AE. RGB value is (240,74,174). Sum of RGB (Red+Green+Blue) = 240+74+174=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04AAE is #0FB551. Grayscale: #868686. Windows color (decimal): -1029458 or 11422448. OLE color: 11422448.
HSL color Cylindrical-coordinate representation of color #F04AAE: hue angle of 323.86º 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 #F04AAE is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 174 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.06 |
| HSL | 323.86º | 0.85% | 0.62% | - |
| HSV(B) | 323.86º | 0.69% | 0.94% | - |
| XYZ | 46.02 | 26.48 | 42.73 | - |
| YUV | 135.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 174 | 0 | 0.69 | 0.28 | 0.06 | 323.86 | 0.85 | 0.62 |
| Hex | F0 | 4A | AE | 0 | 45 | 1C | 6 | 144 | 55 | 3E |
| Octal | 360 | 112 | 256 | 0 | 105 | 34 | 6 | 504 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10101110 | 0 | 1000101 | 11100 | 110 | 101000100 | 1010101 | 111110 |
Color Harmonies of #F04AAE
Complementary color
Monochromatic Colors of #F04AAE
Black with #F04AAE
Text Example
Text Example
White with #F04AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AAE; }
p { color: rgb(240,74,174); }
H1.HeaderClassName
{
color: #F04AAE;
}
.AnyTagClassName
{
color: #F04AAE;
}
</style>
background-color css
<style>
a { background-color: #F04AAE; }
a { background-color: rgb(240,74,174); }
div.DivClassName
{
background-color: #F04AAE;
}
.BgClassName
{
background-color: #F04AAE;
}
</style>
border-color css
<style>
span { border-color: #F04AAE; }
span { border-color: rgb(240,74,174); }
td.TdClassName
{
border-color: #F04AAE;
}
.TagClassName
{
border-color: #F04AAE;
}
</style>