Shades of Brilliant Rose #F04DB5
Tints of Brilliant Rose #F04DB5
RGB
CMYK
RGB Variations
Color information
#F04DB5 (or 0xF04DB5) is known color: Brilliant Rose. HEX triplet: F0, 4D and B5. RGB value is (240,77,181). Sum of RGB (Red+Green+Blue) = 240+77+181=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DB5 is #0FB24A. Grayscale: #898989. Windows color (decimal): -1028683 or 11881968. OLE color: 11881968.
HSL color Cylindrical-coordinate representation of color #F04DB5: hue angle of 321.72º 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 #F04DB5 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 181 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.06 |
| HSL | 321.72º | 0.84% | 0.62% | - |
| HSV(B) | 321.72º | 0.68% | 0.94% | - |
| XYZ | 46.93 | 27.17 | 46.49 | - |
| YUV | 137.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 181 | 0 | 0.68 | 0.25 | 0.06 | 321.72 | 0.84 | 0.62 |
| Hex | F0 | 4D | B5 | 0 | 44 | 19 | 6 | 142 | 54 | 3E |
| Octal | 360 | 115 | 265 | 0 | 104 | 31 | 6 | 502 | 124 | 76 |
| Binary | 11110000 | 1001101 | 10110101 | 0 | 1000100 | 11001 | 110 | 101000010 | 1010100 | 111110 |
Color Harmonies of #F04DB5
Complementary color
Monochromatic Colors of #F04DB5
Black with #F04DB5
Text Example
Text Example
White with #F04DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04DB5; }
p { color: rgb(240,77,181); }
H1.HeaderClassName
{
color: #F04DB5;
}
.AnyTagClassName
{
color: #F04DB5;
}
</style>
background-color css
<style>
a { background-color: #F04DB5; }
a { background-color: rgb(240,77,181); }
div.DivClassName
{
background-color: #F04DB5;
}
.BgClassName
{
background-color: #F04DB5;
}
</style>
border-color css
<style>
span { border-color: #F04DB5; }
span { border-color: rgb(240,77,181); }
td.TdClassName
{
border-color: #F04DB5;
}
.TagClassName
{
border-color: #F04DB5;
}
</style>