Shades of Brilliant Rose #F04AA2
Tints of Brilliant Rose #F04AA2
RGB
CMYK
RGB Variations
Color information
#F04AA2 (or 0xF04AA2) is known color: Brilliant Rose. HEX triplet: F0, 4A and A2. RGB value is (240,74,162). Sum of RGB (Red+Green+Blue) = 240+74+162=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04AA2 is #0FB55D. Grayscale: #858585. Windows color (decimal): -1029470 or 10636016. OLE color: 10636016.
HSL color Cylindrical-coordinate representation of color #F04AA2: hue angle of 328.19º 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 #F04AA2 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 162 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.06 |
| HSL | 328.19º | 0.85% | 0.62% | - |
| HSV(B) | 328.19º | 0.69% | 0.94% | - |
| XYZ | 44.91 | 26.03 | 36.84 | - |
| YUV | 133.67 | 144 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 162 | 0 | 0.69 | 0.32 | 0.06 | 328.19 | 0.85 | 0.62 |
| Hex | F0 | 4A | A2 | 0 | 45 | 20 | 6 | 148 | 55 | 3E |
| Octal | 360 | 112 | 242 | 0 | 105 | 40 | 6 | 510 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10100010 | 0 | 1000101 | 100000 | 110 | 101001000 | 1010101 | 111110 |
Color Harmonies of #F04AA2
Complementary color
Monochromatic Colors of #F04AA2
Black with #F04AA2
Text Example
Text Example
White with #F04AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AA2; }
p { color: rgb(240,74,162); }
H1.HeaderClassName
{
color: #F04AA2;
}
.AnyTagClassName
{
color: #F04AA2;
}
</style>
background-color css
<style>
a { background-color: #F04AA2; }
a { background-color: rgb(240,74,162); }
div.DivClassName
{
background-color: #F04AA2;
}
.BgClassName
{
background-color: #F04AA2;
}
</style>
border-color css
<style>
span { border-color: #F04AA2; }
span { border-color: rgb(240,74,162); }
td.TdClassName
{
border-color: #F04AA2;
}
.TagClassName
{
border-color: #F04AA2;
}
</style>