Shades of Brilliant Rose #F04EB2
Tints of Brilliant Rose #F04EB2
RGB
CMYK
RGB Variations
Color information
#F04EB2 (or 0xF04EB2) is known color: Brilliant Rose. HEX triplet: F0, 4E and B2. RGB value is (240,78,178). Sum of RGB (Red+Green+Blue) = 240+78+178=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04EB2 is #0FB14D. Grayscale: #898989. Windows color (decimal): -1028430 or 11685616. OLE color: 11685616.
HSL color Cylindrical-coordinate representation of color #F04EB2: hue angle of 322.96º 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 #F04EB2 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 178 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.06 |
| HSL | 322.96º | 0.84% | 0.62% | - |
| HSV(B) | 322.96º | 0.68% | 0.94% | - |
| XYZ | 46.7 | 27.19 | 44.91 | - |
| YUV | 137.84 | 150.67 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 178 | 0 | 0.68 | 0.26 | 0.06 | 322.96 | 0.84 | 0.62 |
| Hex | F0 | 4E | B2 | 0 | 44 | 1A | 6 | 143 | 54 | 3E |
| Octal | 360 | 116 | 262 | 0 | 104 | 32 | 6 | 503 | 124 | 76 |
| Binary | 11110000 | 1001110 | 10110010 | 0 | 1000100 | 11010 | 110 | 101000011 | 1010100 | 111110 |
Color Harmonies of #F04EB2
Complementary color
Monochromatic Colors of #F04EB2
Black with #F04EB2
Text Example
Text Example
White with #F04EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04EB2; }
p { color: rgb(240,78,178); }
H1.HeaderClassName
{
color: #F04EB2;
}
.AnyTagClassName
{
color: #F04EB2;
}
</style>
background-color css
<style>
a { background-color: #F04EB2; }
a { background-color: rgb(240,78,178); }
div.DivClassName
{
background-color: #F04EB2;
}
.BgClassName
{
background-color: #F04EB2;
}
</style>
border-color css
<style>
span { border-color: #F04EB2; }
span { border-color: rgb(240,78,178); }
td.TdClassName
{
border-color: #F04EB2;
}
.TagClassName
{
border-color: #F04EB2;
}
</style>