Shades of Razzle Dazzle Rose #F221CB
Tints of Razzle Dazzle Rose #F221CB
RGB
CMYK
RGB Variations
Color information
#F221CB (or 0xF221CB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 21 and CB. RGB value is (242,33,203). Sum of RGB (Red+Green+Blue) = 242+33+203=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F221CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221CB is #0DDE34. Grayscale: #727272. Windows color (decimal): -908853 or 13312498. OLE color: 13312498.
HSL color Cylindrical-coordinate representation of color #F221CB: hue angle of 311.2º 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 #F221CB is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 203 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.05 |
| HSL | 311.2º | 0.89% | 0.54% | - |
| HSV(B) | 311.2º | 0.86% | 0.95% | - |
| XYZ | 47.94 | 24.28 | 58.66 | - |
| YUV | 114.87 | 177.74 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 203 | 0 | 0.86 | 0.16 | 0.05 | 311.2 | 0.89 | 0.54 |
| Hex | F2 | 21 | CB | 0 | 56 | 10 | 5 | 137 | 59 | 36 |
| Octal | 362 | 41 | 313 | 0 | 126 | 20 | 5 | 467 | 131 | 66 |
| Binary | 11110010 | 100001 | 11001011 | 0 | 1010110 | 10000 | 101 | 100110111 | 1011001 | 110110 |
Color Harmonies of #F221CB
Complementary color
Monochromatic Colors of #F221CB
Black with #F221CB
Text Example
Text Example
White with #F221CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221CB; }
p { color: rgb(242,33,203); }
H1.HeaderClassName
{
color: #F221CB;
}
.AnyTagClassName
{
color: #F221CB;
}
</style>
background-color css
<style>
a { background-color: #F221CB; }
a { background-color: rgb(242,33,203); }
div.DivClassName
{
background-color: #F221CB;
}
.BgClassName
{
background-color: #F221CB;
}
</style>
border-color css
<style>
span { border-color: #F221CB; }
span { border-color: rgb(242,33,203); }
td.TdClassName
{
border-color: #F221CB;
}
.TagClassName
{
border-color: #F221CB;
}
</style>