Shades of Brilliant Rose #F04AA9
Tints of Brilliant Rose #F04AA9
RGB
CMYK
RGB Variations
Color information
#F04AA9 (or 0xF04AA9) is known color: Brilliant Rose. HEX triplet: F0, 4A and A9. RGB value is (240,74,169). Sum of RGB (Red+Green+Blue) = 240+74+169=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04AA9 is #0FB556. Grayscale: #868686. Windows color (decimal): -1029463 or 11094768. OLE color: 11094768.
HSL color Cylindrical-coordinate representation of color #F04AA9: hue angle of 325.66º 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 #F04AA9 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 169 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.06 |
| HSL | 325.66º | 0.85% | 0.62% | - |
| HSV(B) | 325.66º | 0.69% | 0.94% | - |
| XYZ | 45.55 | 26.29 | 40.21 | - |
| YUV | 134.46 | 147.5 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 169 | 0 | 0.69 | 0.30 | 0.06 | 325.66 | 0.85 | 0.62 |
| Hex | F0 | 4A | A9 | 0 | 45 | 1E | 6 | 146 | 55 | 3E |
| Octal | 360 | 112 | 251 | 0 | 105 | 36 | 6 | 506 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10101001 | 0 | 1000101 | 11110 | 110 | 101000110 | 1010101 | 111110 |
Color Harmonies of #F04AA9
Complementary color
Monochromatic Colors of #F04AA9
Black with #F04AA9
Text Example
Text Example
White with #F04AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AA9; }
p { color: rgb(240,74,169); }
H1.HeaderClassName
{
color: #F04AA9;
}
.AnyTagClassName
{
color: #F04AA9;
}
</style>
background-color css
<style>
a { background-color: #F04AA9; }
a { background-color: rgb(240,74,169); }
div.DivClassName
{
background-color: #F04AA9;
}
.BgClassName
{
background-color: #F04AA9;
}
</style>
border-color css
<style>
span { border-color: #F04AA9; }
span { border-color: rgb(240,74,169); }
td.TdClassName
{
border-color: #F04AA9;
}
.TagClassName
{
border-color: #F04AA9;
}
</style>