Shades of Brilliant Rose #F04E9D
Tints of Brilliant Rose #F04E9D
RGB
CMYK
RGB Variations
Color information
#F04E9D (or 0xF04E9D) is known color: Brilliant Rose. HEX triplet: F0, 4E and 9D. RGB value is (240,78,157). Sum of RGB (Red+Green+Blue) = 240+78+157=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04E9D is #0FB162. Grayscale: #878787. Windows color (decimal): -1028451 or 10309360. OLE color: 10309360.
HSL color Cylindrical-coordinate representation of color #F04E9D: hue angle of 330.74º 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 #F04E9D is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 157 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.06 |
| HSL | 330.74º | 0.84% | 0.62% | - |
| HSV(B) | 330.74º | 0.68% | 0.94% | - |
| XYZ | 44.75 | 26.41 | 34.64 | - |
| YUV | 135.44 | 140.17 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 157 | 0 | 0.68 | 0.35 | 0.06 | 330.74 | 0.84 | 0.62 |
| Hex | F0 | 4E | 9D | 0 | 44 | 23 | 6 | 14B | 54 | 3E |
| Octal | 360 | 116 | 235 | 0 | 104 | 43 | 6 | 513 | 124 | 76 |
| Binary | 11110000 | 1001110 | 10011101 | 0 | 1000100 | 100011 | 110 | 101001011 | 1010100 | 111110 |
Color Harmonies of #F04E9D
Complementary color
Monochromatic Colors of #F04E9D
Black with #F04E9D
Text Example
Text Example
White with #F04E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E9D; }
p { color: rgb(240,78,157); }
H1.HeaderClassName
{
color: #F04E9D;
}
.AnyTagClassName
{
color: #F04E9D;
}
</style>
background-color css
<style>
a { background-color: #F04E9D; }
a { background-color: rgb(240,78,157); }
div.DivClassName
{
background-color: #F04E9D;
}
.BgClassName
{
background-color: #F04E9D;
}
</style>
border-color css
<style>
span { border-color: #F04E9D; }
span { border-color: rgb(240,78,157); }
td.TdClassName
{
border-color: #F04E9D;
}
.TagClassName
{
border-color: #F04E9D;
}
</style>