Shades of Razzle Dazzle Rose #F020DD
Tints of Razzle Dazzle Rose #F020DD
RGB
CMYK
RGB Variations
Color information
#F020DD (or 0xF020DD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 20 and DD. RGB value is (240,32,221). Sum of RGB (Red+Green+Blue) = 240+32+221=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F020DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020DD is #0FDF22. Grayscale: #737373. Windows color (decimal): -1040163 or 14491888. OLE color: 14491888.
HSL color Cylindrical-coordinate representation of color #F020DD: hue angle of 305.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F020DD is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 221 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.06 |
| HSL | 305.48º | 0.87% | 0.53% | - |
| HSV(B) | 305.48º | 0.87% | 0.94% | - |
| XYZ | 49.5 | 24.78 | 70.58 | - |
| YUV | 115.74 | 187.41 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 221 | 0 | 0.87 | 0.08 | 0.06 | 305.48 | 0.87 | 0.53 |
| Hex | F0 | 20 | DD | 0 | 57 | 8 | 6 | 131 | 57 | 35 |
| Octal | 360 | 40 | 335 | 0 | 127 | 10 | 6 | 461 | 127 | 65 |
| Binary | 11110000 | 100000 | 11011101 | 0 | 1010111 | 1000 | 110 | 100110001 | 1010111 | 110101 |
Color Harmonies of #F020DD
Complementary color
Monochromatic Colors of #F020DD
Black with #F020DD
Text Example
Text Example
White with #F020DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F020DD; }
p { color: rgb(240,32,221); }
H1.HeaderClassName
{
color: #F020DD;
}
.AnyTagClassName
{
color: #F020DD;
}
</style>
background-color css
<style>
a { background-color: #F020DD; }
a { background-color: rgb(240,32,221); }
div.DivClassName
{
background-color: #F020DD;
}
.BgClassName
{
background-color: #F020DD;
}
</style>
border-color css
<style>
span { border-color: #F020DD; }
span { border-color: rgb(240,32,221); }
td.TdClassName
{
border-color: #F020DD;
}
.TagClassName
{
border-color: #F020DD;
}
</style>