Shades of Razzle Dazzle Rose #F21CDA
Tints of Razzle Dazzle Rose #F21CDA
RGB
CMYK
RGB Variations
Color information
#F21CDA (or 0xF21CDA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1C and DA. RGB value is (242,28,218). Sum of RGB (Red+Green+Blue) = 242+28+218=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 28 (11.33% from 255 or 5.74% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21CDA is #0DE325. Grayscale: #717171. Windows color (decimal): -910118 or 14294258. OLE color: 14294258.
HSL color Cylindrical-coordinate representation of color #F21CDA: hue angle of 306.73º 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 #F21CDA is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 218 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.05 |
| HSL | 306.73º | 0.89% | 0.53% | - |
| HSV(B) | 306.73º | 0.88% | 0.95% | - |
| XYZ | 49.69 | 24.77 | 68.49 | - |
| YUV | 113.65 | 186.9 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 218 | 0 | 0.88 | 0.10 | 0.05 | 306.73 | 0.89 | 0.53 |
| Hex | F2 | 1C | DA | 0 | 58 | A | 5 | 133 | 59 | 35 |
| Octal | 362 | 34 | 332 | 0 | 130 | 12 | 5 | 463 | 131 | 65 |
| Binary | 11110010 | 11100 | 11011010 | 0 | 1011000 | 1010 | 101 | 100110011 | 1011001 | 110101 |
Color Harmonies of #F21CDA
Complementary color
Monochromatic Colors of #F21CDA
Black with #F21CDA
Text Example
Text Example
White with #F21CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CDA; }
p { color: rgb(242,28,218); }
H1.HeaderClassName
{
color: #F21CDA;
}
.AnyTagClassName
{
color: #F21CDA;
}
</style>
background-color css
<style>
a { background-color: #F21CDA; }
a { background-color: rgb(242,28,218); }
div.DivClassName
{
background-color: #F21CDA;
}
.BgClassName
{
background-color: #F21CDA;
}
</style>
border-color css
<style>
span { border-color: #F21CDA; }
span { border-color: rgb(242,28,218); }
td.TdClassName
{
border-color: #F21CDA;
}
.TagClassName
{
border-color: #F21CDA;
}
</style>