Shades of Brilliant Rose #F04DA0
Tints of Brilliant Rose #F04DA0
RGB
CMYK
RGB Variations
Color information
#F04DA0 (or 0xF04DA0) is known color: Brilliant Rose. HEX triplet: F0, 4D and A0. RGB value is (240,77,160). Sum of RGB (Red+Green+Blue) = 240+77+160=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04DA0 is #0FB25F. Grayscale: #878787. Windows color (decimal): -1028704 or 10505712. OLE color: 10505712.
HSL color Cylindrical-coordinate representation of color #F04DA0: hue angle of 329.45º 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 #F04DA0 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 160 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.06 |
| HSL | 329.45º | 0.84% | 0.62% | - |
| HSV(B) | 329.45º | 0.68% | 0.94% | - |
| XYZ | 44.93 | 26.37 | 35.98 | - |
| YUV | 135.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 160 | 0 | 0.68 | 0.33 | 0.06 | 329.45 | 0.84 | 0.62 |
| Hex | F0 | 4D | A0 | 0 | 44 | 21 | 6 | 149 | 54 | 3E |
| Octal | 360 | 115 | 240 | 0 | 104 | 41 | 6 | 511 | 124 | 76 |
| Binary | 11110000 | 1001101 | 10100000 | 0 | 1000100 | 100001 | 110 | 101001001 | 1010100 | 111110 |
Color Harmonies of #F04DA0
Complementary color
Monochromatic Colors of #F04DA0
Black with #F04DA0
Text Example
Text Example
White with #F04DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04DA0; }
p { color: rgb(240,77,160); }
H1.HeaderClassName
{
color: #F04DA0;
}
.AnyTagClassName
{
color: #F04DA0;
}
</style>
background-color css
<style>
a { background-color: #F04DA0; }
a { background-color: rgb(240,77,160); }
div.DivClassName
{
background-color: #F04DA0;
}
.BgClassName
{
background-color: #F04DA0;
}
</style>
border-color css
<style>
span { border-color: #F04DA0; }
span { border-color: rgb(240,77,160); }
td.TdClassName
{
border-color: #F04DA0;
}
.TagClassName
{
border-color: #F04DA0;
}
</style>