Shades of Razzle Dazzle Rose #F21DDC
Tints of Razzle Dazzle Rose #F21DDC
RGB
CMYK
RGB Variations
Color information
#F21DDC (or 0xF21DDC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1D and DC. RGB value is (242,29,220). Sum of RGB (Red+Green+Blue) = 242+29+220=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 29 (11.72% from 255 or 5.91% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DDC is #0DE223. Grayscale: #717171. Windows color (decimal): -909860 or 14425586. OLE color: 14425586.
HSL color Cylindrical-coordinate representation of color #F21DDC: hue angle of 306.2º 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 #F21DDC is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 220 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.05 |
| HSL | 306.2º | 0.89% | 0.53% | - |
| HSV(B) | 306.2º | 0.88% | 0.95% | - |
| XYZ | 49.98 | 24.92 | 69.89 | - |
| YUV | 114.46 | 187.57 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 220 | 0 | 0.88 | 0.09 | 0.05 | 306.2 | 0.89 | 0.53 |
| Hex | F2 | 1D | DC | 0 | 58 | 9 | 5 | 132 | 59 | 35 |
| Octal | 362 | 35 | 334 | 0 | 130 | 11 | 5 | 462 | 131 | 65 |
| Binary | 11110010 | 11101 | 11011100 | 0 | 1011000 | 1001 | 101 | 100110010 | 1011001 | 110101 |
Color Harmonies of #F21DDC
Complementary color
Monochromatic Colors of #F21DDC
Black with #F21DDC
Text Example
Text Example
White with #F21DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DDC; }
p { color: rgb(242,29,220); }
H1.HeaderClassName
{
color: #F21DDC;
}
.AnyTagClassName
{
color: #F21DDC;
}
</style>
background-color css
<style>
a { background-color: #F21DDC; }
a { background-color: rgb(242,29,220); }
div.DivClassName
{
background-color: #F21DDC;
}
.BgClassName
{
background-color: #F21DDC;
}
</style>
border-color css
<style>
span { border-color: #F21DDC; }
span { border-color: rgb(242,29,220); }
td.TdClassName
{
border-color: #F21DDC;
}
.TagClassName
{
border-color: #F21DDC;
}
</style>