Shades of Razzle Dazzle Rose #F220D2
Tints of Razzle Dazzle Rose #F220D2
RGB
CMYK
RGB Variations
Color information
#F220D2 (or 0xF220D2) is known color: Razzle Dazzle Rose. HEX triplet: F2, 20 and D2. RGB value is (242,32,210). Sum of RGB (Red+Green+Blue) = 242+32+210=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F220D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F220D2 is #0DDF2D. Grayscale: #727272. Windows color (decimal): -909102 or 13770994. OLE color: 13770994.
HSL color Cylindrical-coordinate representation of color #F220D2: hue angle of 309.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F220D2 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 210 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.05 |
| HSL | 309.14º | 0.89% | 0.54% | - |
| HSV(B) | 309.14º | 0.87% | 0.95% | - |
| XYZ | 48.77 | 24.56 | 63.14 | - |
| YUV | 115.08 | 181.57 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 210 | 0 | 0.87 | 0.13 | 0.05 | 309.14 | 0.89 | 0.54 |
| Hex | F2 | 20 | D2 | 0 | 57 | D | 5 | 135 | 59 | 36 |
| Octal | 362 | 40 | 322 | 0 | 127 | 15 | 5 | 465 | 131 | 66 |
| Binary | 11110010 | 100000 | 11010010 | 0 | 1010111 | 1101 | 101 | 100110101 | 1011001 | 110110 |
Color Harmonies of #F220D2
Complementary color
Monochromatic Colors of #F220D2
Black with #F220D2
Text Example
Text Example
White with #F220D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F220D2; }
p { color: rgb(242,32,210); }
H1.HeaderClassName
{
color: #F220D2;
}
.AnyTagClassName
{
color: #F220D2;
}
</style>
background-color css
<style>
a { background-color: #F220D2; }
a { background-color: rgb(242,32,210); }
div.DivClassName
{
background-color: #F220D2;
}
.BgClassName
{
background-color: #F220D2;
}
</style>
border-color css
<style>
span { border-color: #F220D2; }
span { border-color: rgb(242,32,210); }
td.TdClassName
{
border-color: #F220D2;
}
.TagClassName
{
border-color: #F220D2;
}
</style>