Shades of Razzle Dazzle Rose #F223D5
Tints of Razzle Dazzle Rose #F223D5
RGB
CMYK
RGB Variations
Color information
#F223D5 (or 0xF223D5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 23 and D5. RGB value is (242,35,213). Sum of RGB (Red+Green+Blue) = 242+35+213=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 35 (14.06% from 255 or 7.14% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F223D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F223D5 is #0DDC2A. Grayscale: #747474. Windows color (decimal): -908331 or 13968370. OLE color: 13968370.
HSL color Cylindrical-coordinate representation of color #F223D5: hue angle of 308.41º 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 #F223D5 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 213 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.05 |
| HSL | 308.41º | 0.89% | 0.54% | - |
| HSV(B) | 308.41º | 0.86% | 0.95% | - |
| XYZ | 49.23 | 24.88 | 65.16 | - |
| YUV | 117.19 | 182.08 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 213 | 0 | 0.86 | 0.12 | 0.05 | 308.41 | 0.89 | 0.54 |
| Hex | F2 | 23 | D5 | 0 | 56 | C | 5 | 134 | 59 | 36 |
| Octal | 362 | 43 | 325 | 0 | 126 | 14 | 5 | 464 | 131 | 66 |
| Binary | 11110010 | 100011 | 11010101 | 0 | 1010110 | 1100 | 101 | 100110100 | 1011001 | 110110 |
Color Harmonies of #F223D5
Complementary color
Monochromatic Colors of #F223D5
Black with #F223D5
Text Example
Text Example
White with #F223D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F223D5; }
p { color: rgb(242,35,213); }
H1.HeaderClassName
{
color: #F223D5;
}
.AnyTagClassName
{
color: #F223D5;
}
</style>
background-color css
<style>
a { background-color: #F223D5; }
a { background-color: rgb(242,35,213); }
div.DivClassName
{
background-color: #F223D5;
}
.BgClassName
{
background-color: #F223D5;
}
</style>
border-color css
<style>
span { border-color: #F223D5; }
span { border-color: rgb(242,35,213); }
td.TdClassName
{
border-color: #F223D5;
}
.TagClassName
{
border-color: #F223D5;
}
</style>