Shades of Razzle Dazzle Rose #F21EDD
Tints of Razzle Dazzle Rose #F21EDD
RGB
CMYK
RGB Variations
Color information
#F21EDD (or 0xF21EDD) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1E and DD. RGB value is (242,30,221). Sum of RGB (Red+Green+Blue) = 242+30+221=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 30 (12.11% from 255 or 6.09% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21EDD is #0DE122. Grayscale: #727272. Windows color (decimal): -909603 or 14491378. OLE color: 14491378.
HSL color Cylindrical-coordinate representation of color #F21EDD: hue angle of 305.94º 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 #F21EDD is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 221 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.05 |
| HSL | 305.94º | 0.89% | 0.53% | - |
| HSV(B) | 305.94º | 0.88% | 0.95% | - |
| XYZ | 50.13 | 25.03 | 70.59 | - |
| YUV | 115.16 | 187.74 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 221 | 0 | 0.88 | 0.09 | 0.05 | 305.94 | 0.89 | 0.53 |
| Hex | F2 | 1E | DD | 0 | 58 | 9 | 5 | 132 | 59 | 35 |
| Octal | 362 | 36 | 335 | 0 | 130 | 11 | 5 | 462 | 131 | 65 |
| Binary | 11110010 | 11110 | 11011101 | 0 | 1011000 | 1001 | 101 | 100110010 | 1011001 | 110101 |
Color Harmonies of #F21EDD
Complementary color
Monochromatic Colors of #F21EDD
Black with #F21EDD
Text Example
Text Example
White with #F21EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21EDD; }
p { color: rgb(242,30,221); }
H1.HeaderClassName
{
color: #F21EDD;
}
.AnyTagClassName
{
color: #F21EDD;
}
</style>
background-color css
<style>
a { background-color: #F21EDD; }
a { background-color: rgb(242,30,221); }
div.DivClassName
{
background-color: #F21EDD;
}
.BgClassName
{
background-color: #F21EDD;
}
</style>
border-color css
<style>
span { border-color: #F21EDD; }
span { border-color: rgb(242,30,221); }
td.TdClassName
{
border-color: #F21EDD;
}
.TagClassName
{
border-color: #F21EDD;
}
</style>