Shades of Razzle Dazzle Rose #F21ED4
Tints of Razzle Dazzle Rose #F21ED4
RGB
CMYK
RGB Variations
Color information
#F21ED4 (or 0xF21ED4) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1E and D4. RGB value is (242,30,212). Sum of RGB (Red+Green+Blue) = 242+30+212=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ED4 is #0DE12B. Grayscale: #717171. Windows color (decimal): -909612 or 13901554. OLE color: 13901554.
HSL color Cylindrical-coordinate representation of color #F21ED4: hue angle of 308.49º 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 #F21ED4 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 212 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.05 |
| HSL | 308.49º | 0.89% | 0.53% | - |
| HSV(B) | 308.49º | 0.88% | 0.95% | - |
| XYZ | 48.97 | 24.56 | 64.45 | - |
| YUV | 114.14 | 183.24 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 212 | 0 | 0.88 | 0.12 | 0.05 | 308.49 | 0.89 | 0.53 |
| Hex | F2 | 1E | D4 | 0 | 58 | C | 5 | 134 | 59 | 35 |
| Octal | 362 | 36 | 324 | 0 | 130 | 14 | 5 | 464 | 131 | 65 |
| Binary | 11110010 | 11110 | 11010100 | 0 | 1011000 | 1100 | 101 | 100110100 | 1011001 | 110101 |
Color Harmonies of #F21ED4
Complementary color
Monochromatic Colors of #F21ED4
Black with #F21ED4
Text Example
Text Example
White with #F21ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ED4; }
p { color: rgb(242,30,212); }
H1.HeaderClassName
{
color: #F21ED4;
}
.AnyTagClassName
{
color: #F21ED4;
}
</style>
background-color css
<style>
a { background-color: #F21ED4; }
a { background-color: rgb(242,30,212); }
div.DivClassName
{
background-color: #F21ED4;
}
.BgClassName
{
background-color: #F21ED4;
}
</style>
border-color css
<style>
span { border-color: #F21ED4; }
span { border-color: rgb(242,30,212); }
td.TdClassName
{
border-color: #F21ED4;
}
.TagClassName
{
border-color: #F21ED4;
}
</style>