Shades of Razzle Dazzle Rose #F223D3
Tints of Razzle Dazzle Rose #F223D3
RGB
CMYK
RGB Variations
Color information
#F223D3 (or 0xF223D3) is known color: Razzle Dazzle Rose. HEX triplet: F2, 23 and D3. RGB value is (242,35,211). Sum of RGB (Red+Green+Blue) = 242+35+211=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 35 (14.06% from 255 or 7.17% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F223D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F223D3 is #0DDC2C. Grayscale: #747474. Windows color (decimal): -908333 or 13837298. OLE color: 13837298.
HSL color Cylindrical-coordinate representation of color #F223D3: hue angle of 308.99º 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 #F223D3 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 211 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.05 |
| HSL | 308.99º | 0.89% | 0.54% | - |
| HSV(B) | 308.99º | 0.86% | 0.95% | - |
| XYZ | 48.98 | 24.78 | 63.83 | - |
| YUV | 116.96 | 181.08 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 211 | 0 | 0.86 | 0.13 | 0.05 | 308.99 | 0.89 | 0.54 |
| Hex | F2 | 23 | D3 | 0 | 56 | D | 5 | 135 | 59 | 36 |
| Octal | 362 | 43 | 323 | 0 | 126 | 15 | 5 | 465 | 131 | 66 |
| Binary | 11110010 | 100011 | 11010011 | 0 | 1010110 | 1101 | 101 | 100110101 | 1011001 | 110110 |
Color Harmonies of #F223D3
Complementary color
Monochromatic Colors of #F223D3
Black with #F223D3
Text Example
Text Example
White with #F223D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F223D3; }
p { color: rgb(242,35,211); }
H1.HeaderClassName
{
color: #F223D3;
}
.AnyTagClassName
{
color: #F223D3;
}
</style>
background-color css
<style>
a { background-color: #F223D3; }
a { background-color: rgb(242,35,211); }
div.DivClassName
{
background-color: #F223D3;
}
.BgClassName
{
background-color: #F223D3;
}
</style>
border-color css
<style>
span { border-color: #F223D3; }
span { border-color: rgb(242,35,211); }
td.TdClassName
{
border-color: #F223D3;
}
.TagClassName
{
border-color: #F223D3;
}
</style>