Shades of Razzle Dazzle Rose #F02DCD
Tints of Razzle Dazzle Rose #F02DCD
RGB
CMYK
RGB Variations
Color information
#F02DCD (or 0xF02DCD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2D and CD. RGB value is (240,45,205). Sum of RGB (Red+Green+Blue) = 240+45+205=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 45 (17.97% from 255 or 9.18% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F02DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02DCD is #0FD232. Grayscale: #797979. Windows color (decimal): -1036851 or 13446640. OLE color: 13446640.
HSL color Cylindrical-coordinate representation of color #F02DCD: hue angle of 310.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02DCD is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 45 | 205 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.06 |
| HSL | 310.77º | 0.87% | 0.56% | - |
| HSV(B) | 310.77º | 0.81% | 0.94% | - |
| XYZ | 47.89 | 24.81 | 60.02 | - |
| YUV | 121.55 | 175.1 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 205 | 0 | 0.81 | 0.15 | 0.06 | 310.77 | 0.87 | 0.56 |
| Hex | F0 | 2D | CD | 0 | 51 | F | 6 | 137 | 57 | 38 |
| Octal | 360 | 55 | 315 | 0 | 121 | 17 | 6 | 467 | 127 | 70 |
| Binary | 11110000 | 101101 | 11001101 | 0 | 1010001 | 1111 | 110 | 100110111 | 1010111 | 111000 |
Color Harmonies of #F02DCD
Complementary color
Monochromatic Colors of #F02DCD
Black with #F02DCD
Text Example
Text Example
White with #F02DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02DCD; }
p { color: rgb(240,45,205); }
H1.HeaderClassName
{
color: #F02DCD;
}
.AnyTagClassName
{
color: #F02DCD;
}
</style>
background-color css
<style>
a { background-color: #F02DCD; }
a { background-color: rgb(240,45,205); }
div.DivClassName
{
background-color: #F02DCD;
}
.BgClassName
{
background-color: #F02DCD;
}
</style>
border-color css
<style>
span { border-color: #F02DCD; }
span { border-color: rgb(240,45,205); }
td.TdClassName
{
border-color: #F02DCD;
}
.TagClassName
{
border-color: #F02DCD;
}
</style>