Shades of Brilliant Rose #F04DBA
Tints of Brilliant Rose #F04DBA
RGB
CMYK
RGB Variations
Color information
#F04DBA (or 0xF04DBA) is known color: Brilliant Rose. HEX triplet: F0, 4D and BA. RGB value is (240,77,186). Sum of RGB (Red+Green+Blue) = 240+77+186=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DBA is #0FB245. Grayscale: #898989. Windows color (decimal): -1028678 or 12209648. OLE color: 12209648.
HSL color Cylindrical-coordinate representation of color #F04DBA: hue angle of 319.88º 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 #F04DBA is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 186 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.06 |
| HSL | 319.88º | 0.84% | 0.62% | - |
| HSV(B) | 319.88º | 0.68% | 0.94% | - |
| XYZ | 47.45 | 27.38 | 49.24 | - |
| YUV | 138.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 186 | 0 | 0.68 | 0.22 | 0.06 | 319.88 | 0.84 | 0.62 |
| Hex | F0 | 4D | BA | 0 | 44 | 16 | 6 | 140 | 54 | 3E |
| Octal | 360 | 115 | 272 | 0 | 104 | 26 | 6 | 500 | 124 | 76 |
| Binary | 11110000 | 1001101 | 10111010 | 0 | 1000100 | 10110 | 110 | 101000000 | 1010100 | 111110 |
Color Harmonies of #F04DBA
Complementary color
Monochromatic Colors of #F04DBA
Black with #F04DBA
Text Example
Text Example
White with #F04DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04DBA; }
p { color: rgb(240,77,186); }
H1.HeaderClassName
{
color: #F04DBA;
}
.AnyTagClassName
{
color: #F04DBA;
}
</style>
background-color css
<style>
a { background-color: #F04DBA; }
a { background-color: rgb(240,77,186); }
div.DivClassName
{
background-color: #F04DBA;
}
.BgClassName
{
background-color: #F04DBA;
}
</style>
border-color css
<style>
span { border-color: #F04DBA; }
span { border-color: rgb(240,77,186); }
td.TdClassName
{
border-color: #F04DBA;
}
.TagClassName
{
border-color: #F04DBA;
}
</style>