Shades of Brilliant Rose #F04EBA
Tints of Brilliant Rose #F04EBA
RGB
CMYK
RGB Variations
Color information
#F04EBA (or 0xF04EBA) is known color: Brilliant Rose. HEX triplet: F0, 4E and BA. RGB value is (240,78,186). Sum of RGB (Red+Green+Blue) = 240+78+186=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04EBA is #0FB145. Grayscale: #8A8A8A. Windows color (decimal): -1028422 or 12209904. OLE color: 12209904.
HSL color Cylindrical-coordinate representation of color #F04EBA: hue angle of 320º 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 #F04EBA is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 186 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.06 |
| HSL | 320º | 0.84% | 0.62% | - |
| HSV(B) | 320º | 0.68% | 0.94% | - |
| XYZ | 47.52 | 27.52 | 49.26 | - |
| YUV | 138.75 | 154.67 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 186 | 0 | 0.68 | 0.22 | 0.06 | 320 | 0.84 | 0.62 |
| Hex | F0 | 4E | BA | 0 | 44 | 16 | 6 | 140 | 54 | 3E |
| Octal | 360 | 116 | 272 | 0 | 104 | 26 | 6 | 500 | 124 | 76 |
| Binary | 11110000 | 1001110 | 10111010 | 0 | 1000100 | 10110 | 110 | 101000000 | 1010100 | 111110 |
Color Harmonies of #F04EBA
Complementary color
Monochromatic Colors of #F04EBA
Black with #F04EBA
Text Example
Text Example
White with #F04EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04EBA; }
p { color: rgb(240,78,186); }
H1.HeaderClassName
{
color: #F04EBA;
}
.AnyTagClassName
{
color: #F04EBA;
}
</style>
background-color css
<style>
a { background-color: #F04EBA; }
a { background-color: rgb(240,78,186); }
div.DivClassName
{
background-color: #F04EBA;
}
.BgClassName
{
background-color: #F04EBA;
}
</style>
border-color css
<style>
span { border-color: #F04EBA; }
span { border-color: rgb(240,78,186); }
td.TdClassName
{
border-color: #F04EBA;
}
.TagClassName
{
border-color: #F04EBA;
}
</style>