Shades of Brilliant Rose #F04EB5
Tints of Brilliant Rose #F04EB5
RGB
CMYK
RGB Variations
Color information
#F04EB5 (or 0xF04EB5) is known color: Brilliant Rose. HEX triplet: F0, 4E and B5. RGB value is (240,78,181). Sum of RGB (Red+Green+Blue) = 240+78+181=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04EB5 is #0FB14A. Grayscale: #898989. Windows color (decimal): -1028427 or 11882224. OLE color: 11882224.
HSL color Cylindrical-coordinate representation of color #F04EB5: hue angle of 321.85º 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 #F04EB5 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 181 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.06 |
| HSL | 321.85º | 0.84% | 0.62% | - |
| HSV(B) | 321.85º | 0.68% | 0.94% | - |
| XYZ | 47 | 27.31 | 46.51 | - |
| YUV | 138.18 | 152.17 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 181 | 0 | 0.68 | 0.25 | 0.06 | 321.85 | 0.84 | 0.62 |
| Hex | F0 | 4E | B5 | 0 | 44 | 19 | 6 | 142 | 54 | 3E |
| Octal | 360 | 116 | 265 | 0 | 104 | 31 | 6 | 502 | 124 | 76 |
| Binary | 11110000 | 1001110 | 10110101 | 0 | 1000100 | 11001 | 110 | 101000010 | 1010100 | 111110 |
Color Harmonies of #F04EB5
Complementary color
Monochromatic Colors of #F04EB5
Black with #F04EB5
Text Example
Text Example
White with #F04EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04EB5; }
p { color: rgb(240,78,181); }
H1.HeaderClassName
{
color: #F04EB5;
}
.AnyTagClassName
{
color: #F04EB5;
}
</style>
background-color css
<style>
a { background-color: #F04EB5; }
a { background-color: rgb(240,78,181); }
div.DivClassName
{
background-color: #F04EB5;
}
.BgClassName
{
background-color: #F04EB5;
}
</style>
border-color css
<style>
span { border-color: #F04EB5; }
span { border-color: rgb(240,78,181); }
td.TdClassName
{
border-color: #F04EB5;
}
.TagClassName
{
border-color: #F04EB5;
}
</style>