Shades of Razzle Dazzle Rose #F02DDD
Tints of Razzle Dazzle Rose #F02DDD
RGB
CMYK
RGB Variations
Color information
#F02DDD (or 0xF02DDD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2D and DD. RGB value is (240,45,221). Sum of RGB (Red+Green+Blue) = 240+45+221=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 45 (17.97% from 255 or 8.89% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F02DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02DDD is #0FD222. Grayscale: #7A7A7A. Windows color (decimal): -1036835 or 14495216. OLE color: 14495216.
HSL color Cylindrical-coordinate representation of color #F02DDD: hue angle of 305.85º 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 #F02DDD is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 45 | 221 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.06 |
| HSL | 305.85º | 0.87% | 0.56% | - |
| HSV(B) | 305.85º | 0.81% | 0.94% | - |
| XYZ | 49.92 | 25.62 | 70.72 | - |
| YUV | 123.37 | 183.1 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 221 | 0 | 0.81 | 0.08 | 0.06 | 305.85 | 0.87 | 0.56 |
| Hex | F0 | 2D | DD | 0 | 51 | 8 | 6 | 132 | 57 | 38 |
| Octal | 360 | 55 | 335 | 0 | 121 | 10 | 6 | 462 | 127 | 70 |
| Binary | 11110000 | 101101 | 11011101 | 0 | 1010001 | 1000 | 110 | 100110010 | 1010111 | 111000 |
Color Harmonies of #F02DDD
Complementary color
Monochromatic Colors of #F02DDD
Black with #F02DDD
Text Example
Text Example
White with #F02DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02DDD; }
p { color: rgb(240,45,221); }
H1.HeaderClassName
{
color: #F02DDD;
}
.AnyTagClassName
{
color: #F02DDD;
}
</style>
background-color css
<style>
a { background-color: #F02DDD; }
a { background-color: rgb(240,45,221); }
div.DivClassName
{
background-color: #F02DDD;
}
.BgClassName
{
background-color: #F02DDD;
}
</style>
border-color css
<style>
span { border-color: #F02DDD; }
span { border-color: rgb(240,45,221); }
td.TdClassName
{
border-color: #F02DDD;
}
.TagClassName
{
border-color: #F02DDD;
}
</style>