Shades of Razzle Dazzle Rose #F04DBF
Tints of Razzle Dazzle Rose #F04DBF
RGB
CMYK
RGB Variations
Color information
#F04DBF (or 0xF04DBF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4D and BF. RGB value is (240,77,191). Sum of RGB (Red+Green+Blue) = 240+77+191=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DBF is #0FB240. Grayscale: #8A8A8A. Windows color (decimal): -1028673 or 12537328. OLE color: 12537328.
HSL color Cylindrical-coordinate representation of color #F04DBF: hue angle of 318.04º 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 #F04DBF is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 191 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.06 |
| HSL | 318.04º | 0.84% | 0.62% | - |
| HSV(B) | 318.04º | 0.68% | 0.94% | - |
| XYZ | 47.99 | 27.59 | 52.09 | - |
| YUV | 138.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 191 | 0 | 0.68 | 0.20 | 0.06 | 318.04 | 0.84 | 0.62 |
| Hex | F0 | 4D | BF | 0 | 44 | 14 | 6 | 13E | 54 | 3E |
| Octal | 360 | 115 | 277 | 0 | 104 | 24 | 6 | 476 | 124 | 76 |
| Binary | 11110000 | 1001101 | 10111111 | 0 | 1000100 | 10100 | 110 | 100111110 | 1010100 | 111110 |
Color Harmonies of #F04DBF
Complementary color
Monochromatic Colors of #F04DBF
Black with #F04DBF
Text Example
Text Example
White with #F04DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04DBF; }
p { color: rgb(240,77,191); }
H1.HeaderClassName
{
color: #F04DBF;
}
.AnyTagClassName
{
color: #F04DBF;
}
</style>
background-color css
<style>
a { background-color: #F04DBF; }
a { background-color: rgb(240,77,191); }
div.DivClassName
{
background-color: #F04DBF;
}
.BgClassName
{
background-color: #F04DBF;
}
</style>
border-color css
<style>
span { border-color: #F04DBF; }
span { border-color: rgb(240,77,191); }
td.TdClassName
{
border-color: #F04DBF;
}
.TagClassName
{
border-color: #F04DBF;
}
</style>