Shades of Razzle Dazzle Rose #F220D4
Tints of Razzle Dazzle Rose #F220D4
RGB
CMYK
RGB Variations
Color information
#F220D4 (or 0xF220D4) is known color: Razzle Dazzle Rose. HEX triplet: F2, 20 and D4. RGB value is (242,32,212). Sum of RGB (Red+Green+Blue) = 242+32+212=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F220D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F220D4 is #0DDF2B. Grayscale: #727272. Windows color (decimal): -909100 or 13902066. OLE color: 13902066.
HSL color Cylindrical-coordinate representation of color #F220D4: hue angle of 308.57º 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 #F220D4 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 212 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.05 |
| HSL | 308.57º | 0.89% | 0.54% | - |
| HSV(B) | 308.57º | 0.87% | 0.95% | - |
| XYZ | 49.02 | 24.66 | 64.46 | - |
| YUV | 115.31 | 182.57 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 212 | 0 | 0.87 | 0.12 | 0.05 | 308.57 | 0.89 | 0.54 |
| Hex | F2 | 20 | D4 | 0 | 57 | C | 5 | 135 | 59 | 36 |
| Octal | 362 | 40 | 324 | 0 | 127 | 14 | 5 | 465 | 131 | 66 |
| Binary | 11110010 | 100000 | 11010100 | 0 | 1010111 | 1100 | 101 | 100110101 | 1011001 | 110110 |
Color Harmonies of #F220D4
Complementary color
Monochromatic Colors of #F220D4
Black with #F220D4
Text Example
Text Example
White with #F220D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F220D4; }
p { color: rgb(242,32,212); }
H1.HeaderClassName
{
color: #F220D4;
}
.AnyTagClassName
{
color: #F220D4;
}
</style>
background-color css
<style>
a { background-color: #F220D4; }
a { background-color: rgb(242,32,212); }
div.DivClassName
{
background-color: #F220D4;
}
.BgClassName
{
background-color: #F220D4;
}
</style>
border-color css
<style>
span { border-color: #F220D4; }
span { border-color: rgb(242,32,212); }
td.TdClassName
{
border-color: #F220D4;
}
.TagClassName
{
border-color: #F220D4;
}
</style>