Shades of Razzle Dazzle Rose #F222D4
Tints of Razzle Dazzle Rose #F222D4
RGB
CMYK
RGB Variations
Color information
#F222D4 (or 0xF222D4) is known color: Razzle Dazzle Rose. HEX triplet: F2, 22 and D4. RGB value is (242,34,212). Sum of RGB (Red+Green+Blue) = 242+34+212=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 34 (13.67% from 255 or 6.97% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F222D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F222D4 is #0DDD2B. Grayscale: #737373. Windows color (decimal): -908588 or 13902578. OLE color: 13902578.
HSL color Cylindrical-coordinate representation of color #F222D4: hue angle of 308.65º 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 #F222D4 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 212 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.05 |
| HSL | 308.65º | 0.89% | 0.54% | - |
| HSV(B) | 308.65º | 0.86% | 0.95% | - |
| XYZ | 49.07 | 24.77 | 64.48 | - |
| YUV | 116.48 | 181.91 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 212 | 0 | 0.86 | 0.12 | 0.05 | 308.65 | 0.89 | 0.54 |
| Hex | F2 | 22 | D4 | 0 | 56 | C | 5 | 135 | 59 | 36 |
| Octal | 362 | 42 | 324 | 0 | 126 | 14 | 5 | 465 | 131 | 66 |
| Binary | 11110010 | 100010 | 11010100 | 0 | 1010110 | 1100 | 101 | 100110101 | 1011001 | 110110 |
Color Harmonies of #F222D4
Complementary color
Monochromatic Colors of #F222D4
Black with #F222D4
Text Example
Text Example
White with #F222D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F222D4; }
p { color: rgb(242,34,212); }
H1.HeaderClassName
{
color: #F222D4;
}
.AnyTagClassName
{
color: #F222D4;
}
</style>
background-color css
<style>
a { background-color: #F222D4; }
a { background-color: rgb(242,34,212); }
div.DivClassName
{
background-color: #F222D4;
}
.BgClassName
{
background-color: #F222D4;
}
</style>
border-color css
<style>
span { border-color: #F222D4; }
span { border-color: rgb(242,34,212); }
td.TdClassName
{
border-color: #F222D4;
}
.TagClassName
{
border-color: #F222D4;
}
</style>