Shades of Razzle Dazzle Rose #F21ED8
Tints of Razzle Dazzle Rose #F21ED8
RGB
CMYK
RGB Variations
Color information
#F21ED8 (or 0xF21ED8) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1E and D8. RGB value is (242,30,216). Sum of RGB (Red+Green+Blue) = 242+30+216=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ED8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ED8 is #0DE127. Grayscale: #727272. Windows color (decimal): -909608 or 14163698. OLE color: 14163698.
HSL color Cylindrical-coordinate representation of color #F21ED8: hue angle of 307.36º 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 #F21ED8 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 216 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.05 |
| HSL | 307.36º | 0.89% | 0.53% | - |
| HSV(B) | 307.36º | 0.88% | 0.95% | - |
| XYZ | 49.48 | 24.76 | 67.14 | - |
| YUV | 114.59 | 185.24 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 216 | 0 | 0.88 | 0.11 | 0.05 | 307.36 | 0.89 | 0.53 |
| Hex | F2 | 1E | D8 | 0 | 58 | B | 5 | 133 | 59 | 35 |
| Octal | 362 | 36 | 330 | 0 | 130 | 13 | 5 | 463 | 131 | 65 |
| Binary | 11110010 | 11110 | 11011000 | 0 | 1011000 | 1011 | 101 | 100110011 | 1011001 | 110101 |
Color Harmonies of #F21ED8
Complementary color
Monochromatic Colors of #F21ED8
Black with #F21ED8
Text Example
Text Example
White with #F21ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ED8; }
p { color: rgb(242,30,216); }
H1.HeaderClassName
{
color: #F21ED8;
}
.AnyTagClassName
{
color: #F21ED8;
}
</style>
background-color css
<style>
a { background-color: #F21ED8; }
a { background-color: rgb(242,30,216); }
div.DivClassName
{
background-color: #F21ED8;
}
.BgClassName
{
background-color: #F21ED8;
}
</style>
border-color css
<style>
span { border-color: #F21ED8; }
span { border-color: rgb(242,30,216); }
td.TdClassName
{
border-color: #F21ED8;
}
.TagClassName
{
border-color: #F21ED8;
}
</style>