Shades of Razzle Dazzle Rose #F221C9
Tints of Razzle Dazzle Rose #F221C9
RGB
CMYK
RGB Variations
Color information
#F221C9 (or 0xF221C9) is known color: Razzle Dazzle Rose. HEX triplet: F2, 21 and C9. RGB value is (242,33,201). Sum of RGB (Red+Green+Blue) = 242+33+201=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F221C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221C9 is #0DDE36. Grayscale: #727272. Windows color (decimal): -908855 or 13181426. OLE color: 13181426.
HSL color Cylindrical-coordinate representation of color #F221C9: hue angle of 311.77º 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 #F221C9 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 201 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.05 |
| HSL | 311.77º | 0.89% | 0.54% | - |
| HSV(B) | 311.77º | 0.86% | 0.95% | - |
| XYZ | 47.7 | 24.18 | 57.41 | - |
| YUV | 114.64 | 176.74 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 201 | 0 | 0.86 | 0.17 | 0.05 | 311.77 | 0.89 | 0.54 |
| Hex | F2 | 21 | C9 | 0 | 56 | 11 | 5 | 138 | 59 | 36 |
| Octal | 362 | 41 | 311 | 0 | 126 | 21 | 5 | 470 | 131 | 66 |
| Binary | 11110010 | 100001 | 11001001 | 0 | 1010110 | 10001 | 101 | 100111000 | 1011001 | 110110 |
Color Harmonies of #F221C9
Complementary color
Monochromatic Colors of #F221C9
Black with #F221C9
Text Example
Text Example
White with #F221C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221C9; }
p { color: rgb(242,33,201); }
H1.HeaderClassName
{
color: #F221C9;
}
.AnyTagClassName
{
color: #F221C9;
}
</style>
background-color css
<style>
a { background-color: #F221C9; }
a { background-color: rgb(242,33,201); }
div.DivClassName
{
background-color: #F221C9;
}
.BgClassName
{
background-color: #F221C9;
}
</style>
border-color css
<style>
span { border-color: #F221C9; }
span { border-color: rgb(242,33,201); }
td.TdClassName
{
border-color: #F221C9;
}
.TagClassName
{
border-color: #F221C9;
}
</style>