Shades of Brilliant Rose #F04E9C
Tints of Brilliant Rose #F04E9C
RGB
CMYK
RGB Variations
Color information
#F04E9C (or 0xF04E9C) is known color: Brilliant Rose. HEX triplet: F0, 4E and 9C. RGB value is (240,78,156). Sum of RGB (Red+Green+Blue) = 240+78+156=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04E9C is #0FB163. Grayscale: #878787. Windows color (decimal): -1028452 or 10243824. OLE color: 10243824.
HSL color Cylindrical-coordinate representation of color #F04E9C: hue angle of 331.11º 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 #F04E9C is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 156 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.06 |
| HSL | 331.11º | 0.84% | 0.62% | - |
| HSV(B) | 331.11º | 0.68% | 0.94% | - |
| XYZ | 44.66 | 26.37 | 34.19 | - |
| YUV | 135.33 | 139.67 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 156 | 0 | 0.68 | 0.35 | 0.06 | 331.11 | 0.84 | 0.62 |
| Hex | F0 | 4E | 9C | 0 | 44 | 23 | 6 | 14B | 54 | 3E |
| Octal | 360 | 116 | 234 | 0 | 104 | 43 | 6 | 513 | 124 | 76 |
| Binary | 11110000 | 1001110 | 10011100 | 0 | 1000100 | 100011 | 110 | 101001011 | 1010100 | 111110 |
Color Harmonies of #F04E9C
Complementary color
Monochromatic Colors of #F04E9C
Black with #F04E9C
Text Example
Text Example
White with #F04E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E9C; }
p { color: rgb(240,78,156); }
H1.HeaderClassName
{
color: #F04E9C;
}
.AnyTagClassName
{
color: #F04E9C;
}
</style>
background-color css
<style>
a { background-color: #F04E9C; }
a { background-color: rgb(240,78,156); }
div.DivClassName
{
background-color: #F04E9C;
}
.BgClassName
{
background-color: #F04E9C;
}
</style>
border-color css
<style>
span { border-color: #F04E9C; }
span { border-color: rgb(240,78,156); }
td.TdClassName
{
border-color: #F04E9C;
}
.TagClassName
{
border-color: #F04E9C;
}
</style>