Shades of Razzle Dazzle Rose #F221DC
Tints of Razzle Dazzle Rose #F221DC
RGB
CMYK
RGB Variations
Color information
#F221DC (or 0xF221DC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 21 and DC. RGB value is (242,33,220). Sum of RGB (Red+Green+Blue) = 242+33+220=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 33 (13.28% from 255 or 6.67% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F221DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221DC is #0DDE23. Grayscale: #747474. Windows color (decimal): -908836 or 14426610. OLE color: 14426610.
HSL color Cylindrical-coordinate representation of color #F221DC: hue angle of 306.32º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F221DC is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 220 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.05 |
| HSL | 306.32º | 0.89% | 0.54% | - |
| HSV(B) | 306.32º | 0.86% | 0.95% | - |
| XYZ | 50.08 | 25.13 | 69.92 | - |
| YUV | 116.81 | 186.24 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 220 | 0 | 0.86 | 0.09 | 0.05 | 306.32 | 0.89 | 0.54 |
| Hex | F2 | 21 | DC | 0 | 56 | 9 | 5 | 132 | 59 | 36 |
| Octal | 362 | 41 | 334 | 0 | 126 | 11 | 5 | 462 | 131 | 66 |
| Binary | 11110010 | 100001 | 11011100 | 0 | 1010110 | 1001 | 101 | 100110010 | 1011001 | 110110 |
Color Harmonies of #F221DC
Complementary color
Monochromatic Colors of #F221DC
Black with #F221DC
Text Example
Text Example
White with #F221DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221DC; }
p { color: rgb(242,33,220); }
H1.HeaderClassName
{
color: #F221DC;
}
.AnyTagClassName
{
color: #F221DC;
}
</style>
background-color css
<style>
a { background-color: #F221DC; }
a { background-color: rgb(242,33,220); }
div.DivClassName
{
background-color: #F221DC;
}
.BgClassName
{
background-color: #F221DC;
}
</style>
border-color css
<style>
span { border-color: #F221DC; }
span { border-color: rgb(242,33,220); }
td.TdClassName
{
border-color: #F221DC;
}
.TagClassName
{
border-color: #F221DC;
}
</style>