Shades of Brilliant Rose #F04AA4
Tints of Brilliant Rose #F04AA4
RGB
CMYK
RGB Variations
Color information
#F04AA4 (or 0xF04AA4) is known color: Brilliant Rose. HEX triplet: F0, 4A and A4. RGB value is (240,74,164). Sum of RGB (Red+Green+Blue) = 240+74+164=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04AA4 is #0FB55B. Grayscale: #858585. Windows color (decimal): -1029468 or 10767088. OLE color: 10767088.
HSL color Cylindrical-coordinate representation of color #F04AA4: hue angle of 327.47º 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 #F04AA4 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 164 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.06 |
| HSL | 327.47º | 0.85% | 0.62% | - |
| HSV(B) | 327.47º | 0.69% | 0.94% | - |
| XYZ | 45.08 | 26.1 | 37.78 | - |
| YUV | 133.89 | 145 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 164 | 0 | 0.69 | 0.32 | 0.06 | 327.47 | 0.85 | 0.62 |
| Hex | F0 | 4A | A4 | 0 | 45 | 20 | 6 | 147 | 55 | 3E |
| Octal | 360 | 112 | 244 | 0 | 105 | 40 | 6 | 507 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10100100 | 0 | 1000101 | 100000 | 110 | 101000111 | 1010101 | 111110 |
Color Harmonies of #F04AA4
Complementary color
Monochromatic Colors of #F04AA4
Black with #F04AA4
Text Example
Text Example
White with #F04AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AA4; }
p { color: rgb(240,74,164); }
H1.HeaderClassName
{
color: #F04AA4;
}
.AnyTagClassName
{
color: #F04AA4;
}
</style>
background-color css
<style>
a { background-color: #F04AA4; }
a { background-color: rgb(240,74,164); }
div.DivClassName
{
background-color: #F04AA4;
}
.BgClassName
{
background-color: #F04AA4;
}
</style>
border-color css
<style>
span { border-color: #F04AA4; }
span { border-color: rgb(240,74,164); }
td.TdClassName
{
border-color: #F04AA4;
}
.TagClassName
{
border-color: #F04AA4;
}
</style>