Shades of Razzle Dazzle Rose #F223D9
Tints of Razzle Dazzle Rose #F223D9
RGB
CMYK
RGB Variations
Color information
#F223D9 (or 0xF223D9) is known color: Razzle Dazzle Rose. HEX triplet: F2, 23 and D9. RGB value is (242,35,217). Sum of RGB (Red+Green+Blue) = 242+35+217=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 35 (14.06% from 255 or 7.09% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F223D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F223D9 is #0DDC26. Grayscale: #757575. Windows color (decimal): -908327 or 14230514. OLE color: 14230514.
HSL color Cylindrical-coordinate representation of color #F223D9: hue angle of 307.25º 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 #F223D9 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 217 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.05 |
| HSL | 307.25º | 0.89% | 0.54% | - |
| HSV(B) | 307.25º | 0.86% | 0.95% | - |
| XYZ | 49.74 | 25.09 | 67.87 | - |
| YUV | 117.64 | 184.08 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 217 | 0 | 0.86 | 0.10 | 0.05 | 307.25 | 0.89 | 0.54 |
| Hex | F2 | 23 | D9 | 0 | 56 | A | 5 | 133 | 59 | 36 |
| Octal | 362 | 43 | 331 | 0 | 126 | 12 | 5 | 463 | 131 | 66 |
| Binary | 11110010 | 100011 | 11011001 | 0 | 1010110 | 1010 | 101 | 100110011 | 1011001 | 110110 |
Color Harmonies of #F223D9
Complementary color
Monochromatic Colors of #F223D9
Black with #F223D9
Text Example
Text Example
White with #F223D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F223D9; }
p { color: rgb(242,35,217); }
H1.HeaderClassName
{
color: #F223D9;
}
.AnyTagClassName
{
color: #F223D9;
}
</style>
background-color css
<style>
a { background-color: #F223D9; }
a { background-color: rgb(242,35,217); }
div.DivClassName
{
background-color: #F223D9;
}
.BgClassName
{
background-color: #F223D9;
}
</style>
border-color css
<style>
span { border-color: #F223D9; }
span { border-color: rgb(242,35,217); }
td.TdClassName
{
border-color: #F223D9;
}
.TagClassName
{
border-color: #F223D9;
}
</style>