Shades of Brilliant Rose #F04EA0
Tints of Brilliant Rose #F04EA0
RGB
CMYK
RGB Variations
Color information
#F04EA0 (or 0xF04EA0) is known color: Brilliant Rose. HEX triplet: F0, 4E and A0. RGB value is (240,78,160). Sum of RGB (Red+Green+Blue) = 240+78+160=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04EA0 is #0FB15F. Grayscale: #878787. Windows color (decimal): -1028448 or 10505968. OLE color: 10505968.
HSL color Cylindrical-coordinate representation of color #F04EA0: hue angle of 329.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04EA0 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 160 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.06 |
| HSL | 329.63º | 0.84% | 0.62% | - |
| HSV(B) | 329.63º | 0.68% | 0.94% | - |
| XYZ | 45 | 26.51 | 36 | - |
| YUV | 135.79 | 141.67 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 160 | 0 | 0.68 | 0.33 | 0.06 | 329.63 | 0.84 | 0.62 |
| Hex | F0 | 4E | A0 | 0 | 44 | 21 | 6 | 14A | 54 | 3E |
| Octal | 360 | 116 | 240 | 0 | 104 | 41 | 6 | 512 | 124 | 76 |
| Binary | 11110000 | 1001110 | 10100000 | 0 | 1000100 | 100001 | 110 | 101001010 | 1010100 | 111110 |
Color Harmonies of #F04EA0
Complementary color
Monochromatic Colors of #F04EA0
Black with #F04EA0
Text Example
Text Example
White with #F04EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04EA0; }
p { color: rgb(240,78,160); }
H1.HeaderClassName
{
color: #F04EA0;
}
.AnyTagClassName
{
color: #F04EA0;
}
</style>
background-color css
<style>
a { background-color: #F04EA0; }
a { background-color: rgb(240,78,160); }
div.DivClassName
{
background-color: #F04EA0;
}
.BgClassName
{
background-color: #F04EA0;
}
</style>
border-color css
<style>
span { border-color: #F04EA0; }
span { border-color: rgb(240,78,160); }
td.TdClassName
{
border-color: #F04EA0;
}
.TagClassName
{
border-color: #F04EA0;
}
</style>