Shades of Razzle Dazzle Rose #F223D1
Tints of Razzle Dazzle Rose #F223D1
RGB
CMYK
RGB Variations
Color information
#F223D1 (or 0xF223D1) is known color: Razzle Dazzle Rose. HEX triplet: F2, 23 and D1. RGB value is (242,35,209). Sum of RGB (Red+Green+Blue) = 242+35+209=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 35 (14.06% from 255 or 7.20% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F223D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F223D1 is #0DDC2E. Grayscale: #747474. Windows color (decimal): -908335 or 13706226. OLE color: 13706226.
HSL color Cylindrical-coordinate representation of color #F223D1: hue angle of 309.57º 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 #F223D1 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 209 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.05 |
| HSL | 309.57º | 0.89% | 0.54% | - |
| HSV(B) | 309.57º | 0.86% | 0.95% | - |
| XYZ | 48.73 | 24.68 | 62.52 | - |
| YUV | 116.73 | 180.08 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 209 | 0 | 0.86 | 0.14 | 0.05 | 309.57 | 0.89 | 0.54 |
| Hex | F2 | 23 | D1 | 0 | 56 | E | 5 | 136 | 59 | 36 |
| Octal | 362 | 43 | 321 | 0 | 126 | 16 | 5 | 466 | 131 | 66 |
| Binary | 11110010 | 100011 | 11010001 | 0 | 1010110 | 1110 | 101 | 100110110 | 1011001 | 110110 |
Color Harmonies of #F223D1
Complementary color
Monochromatic Colors of #F223D1
Black with #F223D1
Text Example
Text Example
White with #F223D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F223D1; }
p { color: rgb(242,35,209); }
H1.HeaderClassName
{
color: #F223D1;
}
.AnyTagClassName
{
color: #F223D1;
}
</style>
background-color css
<style>
a { background-color: #F223D1; }
a { background-color: rgb(242,35,209); }
div.DivClassName
{
background-color: #F223D1;
}
.BgClassName
{
background-color: #F223D1;
}
</style>
border-color css
<style>
span { border-color: #F223D1; }
span { border-color: rgb(242,35,209); }
td.TdClassName
{
border-color: #F223D1;
}
.TagClassName
{
border-color: #F223D1;
}
</style>