Shades of Razzle Dazzle Rose #F21DDD
Tints of Razzle Dazzle Rose #F21DDD
RGB
CMYK
RGB Variations
Color information
#F21DDD (or 0xF21DDD) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1D and DD. RGB value is (242,29,221). Sum of RGB (Red+Green+Blue) = 242+29+221=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 29 (11.72% from 255 or 5.89% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DDD is #0DE222. Grayscale: #727272. Windows color (decimal): -909859 or 14491122. OLE color: 14491122.
HSL color Cylindrical-coordinate representation of color #F21DDD: hue angle of 305.92º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21DDD is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 221 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.05 |
| HSL | 305.92º | 0.89% | 0.53% | - |
| HSV(B) | 305.92º | 0.88% | 0.95% | - |
| XYZ | 50.11 | 24.98 | 70.59 | - |
| YUV | 114.58 | 188.07 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 221 | 0 | 0.88 | 0.09 | 0.05 | 305.92 | 0.89 | 0.53 |
| Hex | F2 | 1D | DD | 0 | 58 | 9 | 5 | 132 | 59 | 35 |
| Octal | 362 | 35 | 335 | 0 | 130 | 11 | 5 | 462 | 131 | 65 |
| Binary | 11110010 | 11101 | 11011101 | 0 | 1011000 | 1001 | 101 | 100110010 | 1011001 | 110101 |
Color Harmonies of #F21DDD
Complementary color
Monochromatic Colors of #F21DDD
Black with #F21DDD
Text Example
Text Example
White with #F21DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DDD; }
p { color: rgb(242,29,221); }
H1.HeaderClassName
{
color: #F21DDD;
}
.AnyTagClassName
{
color: #F21DDD;
}
</style>
background-color css
<style>
a { background-color: #F21DDD; }
a { background-color: rgb(242,29,221); }
div.DivClassName
{
background-color: #F21DDD;
}
.BgClassName
{
background-color: #F21DDD;
}
</style>
border-color css
<style>
span { border-color: #F21DDD; }
span { border-color: rgb(242,29,221); }
td.TdClassName
{
border-color: #F21DDD;
}
.TagClassName
{
border-color: #F21DDD;
}
</style>