Shades of Razzle Dazzle Rose #F020DF
Tints of Razzle Dazzle Rose #F020DF
RGB
CMYK
RGB Variations
Color information
#F020DF (or 0xF020DF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 20 and DF. RGB value is (240,32,223). Sum of RGB (Red+Green+Blue) = 240+32+223=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F020DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020DF is #0FDF20. Grayscale: #737373. Windows color (decimal): -1040161 or 14622960. OLE color: 14622960.
HSL color Cylindrical-coordinate representation of color #F020DF: hue angle of 304.9º 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 #F020DF is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 223 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.06 |
| HSL | 304.9º | 0.87% | 0.53% | - |
| HSV(B) | 304.9º | 0.87% | 0.94% | - |
| XYZ | 49.77 | 24.89 | 71.99 | - |
| YUV | 115.97 | 188.41 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 223 | 0 | 0.87 | 0.07 | 0.06 | 304.9 | 0.87 | 0.53 |
| Hex | F0 | 20 | DF | 0 | 57 | 7 | 6 | 131 | 57 | 35 |
| Octal | 360 | 40 | 337 | 0 | 127 | 7 | 6 | 461 | 127 | 65 |
| Binary | 11110000 | 100000 | 11011111 | 0 | 1010111 | 111 | 110 | 100110001 | 1010111 | 110101 |
Color Harmonies of #F020DF
Complementary color
Monochromatic Colors of #F020DF
Black with #F020DF
Text Example
Text Example
White with #F020DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F020DF; }
p { color: rgb(240,32,223); }
H1.HeaderClassName
{
color: #F020DF;
}
.AnyTagClassName
{
color: #F020DF;
}
</style>
background-color css
<style>
a { background-color: #F020DF; }
a { background-color: rgb(240,32,223); }
div.DivClassName
{
background-color: #F020DF;
}
.BgClassName
{
background-color: #F020DF;
}
</style>
border-color css
<style>
span { border-color: #F020DF; }
span { border-color: rgb(240,32,223); }
td.TdClassName
{
border-color: #F020DF;
}
.TagClassName
{
border-color: #F020DF;
}
</style>