Shades of Razzle Dazzle Rose #F020D0
Tints of Razzle Dazzle Rose #F020D0
RGB
CMYK
RGB Variations
Color information
#F020D0 (or 0xF020D0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 20 and D0. RGB value is (240,32,208). Sum of RGB (Red+Green+Blue) = 240+32+208=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F020D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020D0 is #0FDF2F. Grayscale: #717171. Windows color (decimal): -1040176 or 13639920. OLE color: 13639920.
HSL color Cylindrical-coordinate representation of color #F020D0: hue angle of 309.23º 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 #F020D0 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 208 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.06 |
| HSL | 309.23º | 0.87% | 0.53% | - |
| HSV(B) | 309.23º | 0.87% | 0.94% | - |
| XYZ | 47.84 | 24.11 | 61.81 | - |
| YUV | 114.26 | 180.91 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 208 | 0 | 0.87 | 0.13 | 0.06 | 309.23 | 0.87 | 0.53 |
| Hex | F0 | 20 | D0 | 0 | 57 | D | 6 | 135 | 57 | 35 |
| Octal | 360 | 40 | 320 | 0 | 127 | 15 | 6 | 465 | 127 | 65 |
| Binary | 11110000 | 100000 | 11010000 | 0 | 1010111 | 1101 | 110 | 100110101 | 1010111 | 110101 |
Color Harmonies of #F020D0
Complementary color
Monochromatic Colors of #F020D0
Black with #F020D0
Text Example
Text Example
White with #F020D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F020D0; }
p { color: rgb(240,32,208); }
H1.HeaderClassName
{
color: #F020D0;
}
.AnyTagClassName
{
color: #F020D0;
}
</style>
background-color css
<style>
a { background-color: #F020D0; }
a { background-color: rgb(240,32,208); }
div.DivClassName
{
background-color: #F020D0;
}
.BgClassName
{
background-color: #F020D0;
}
</style>
border-color css
<style>
span { border-color: #F020D0; }
span { border-color: rgb(240,32,208); }
td.TdClassName
{
border-color: #F020D0;
}
.TagClassName
{
border-color: #F020D0;
}
</style>