Shades of Brilliant Rose #F04EAC
Tints of Brilliant Rose #F04EAC
RGB
CMYK
RGB Variations
Color information
#F04EAC (or 0xF04EAC) is known color: Brilliant Rose. HEX triplet: F0, 4E and AC. RGB value is (240,78,172). Sum of RGB (Red+Green+Blue) = 240+78+172=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04EAC is #0FB153. Grayscale: #888888. Windows color (decimal): -1028436 or 11292400. OLE color: 11292400.
HSL color Cylindrical-coordinate representation of color #F04EAC: hue angle of 325.19º 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 #F04EAC is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 172 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.06 |
| HSL | 325.19º | 0.84% | 0.62% | - |
| HSV(B) | 325.19º | 0.68% | 0.94% | - |
| XYZ | 46.11 | 26.95 | 41.8 | - |
| YUV | 137.15 | 147.67 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 172 | 0 | 0.68 | 0.28 | 0.06 | 325.19 | 0.84 | 0.62 |
| Hex | F0 | 4E | AC | 0 | 44 | 1C | 6 | 145 | 54 | 3E |
| Octal | 360 | 116 | 254 | 0 | 104 | 34 | 6 | 505 | 124 | 76 |
| Binary | 11110000 | 1001110 | 10101100 | 0 | 1000100 | 11100 | 110 | 101000101 | 1010100 | 111110 |
Color Harmonies of #F04EAC
Complementary color
Monochromatic Colors of #F04EAC
Black with #F04EAC
Text Example
Text Example
White with #F04EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04EAC; }
p { color: rgb(240,78,172); }
H1.HeaderClassName
{
color: #F04EAC;
}
.AnyTagClassName
{
color: #F04EAC;
}
</style>
background-color css
<style>
a { background-color: #F04EAC; }
a { background-color: rgb(240,78,172); }
div.DivClassName
{
background-color: #F04EAC;
}
.BgClassName
{
background-color: #F04EAC;
}
</style>
border-color css
<style>
span { border-color: #F04EAC; }
span { border-color: rgb(240,78,172); }
td.TdClassName
{
border-color: #F04EAC;
}
.TagClassName
{
border-color: #F04EAC;
}
</style>