Shades of Razzmatazz #F20171
Tints of Razzmatazz #F20171
RGB
CMYK
RGB Variations
Color information
#F20171 (or 0xF20171) is known color: Razzmatazz. HEX triplet: F2, 01 and 71. RGB value is (242,1,113). Sum of RGB (Red+Green+Blue) = 242+1+113=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F20171 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20171 is #0DFE8E. Grayscale: #555555. Windows color (decimal): -917135 or 7406066. OLE color: 7406066.
HSL color Cylindrical-coordinate representation of color #F20171: hue angle of 332.12º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20171 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 113 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.05 |
| HSL | 332.12º | 0.99% | 0.48% | - |
| HSV(B) | 332.12º | 1% | 0.95% | - |
| XYZ | 39.61 | 20.09 | 17.41 | - |
| YUV | 85.83 | 143.34 | 239.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 113 | 0 | 1.00 | 0.53 | 0.05 | 332.12 | 0.99 | 0.48 |
| Hex | F2 | 1 | 71 | 0 | 64 | 35 | 5 | 14C | 63 | 30 |
| Octal | 362 | 1 | 161 | 0 | 144 | 65 | 5 | 514 | 143 | 60 |
| Binary | 11110010 | 1 | 1110001 | 0 | 1100100 | 110101 | 101 | 101001100 | 1100011 | 110000 |
Color Harmonies of #F20171
Complementary color
Monochromatic Colors of #F20171
Black with #F20171
Text Example
Text Example
White with #F20171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20171; }
p { color: rgb(242,1,113); }
H1.HeaderClassName
{
color: #F20171;
}
.AnyTagClassName
{
color: #F20171;
}
</style>
background-color css
<style>
a { background-color: #F20171; }
a { background-color: rgb(242,1,113); }
div.DivClassName
{
background-color: #F20171;
}
.BgClassName
{
background-color: #F20171;
}
</style>
border-color css
<style>
span { border-color: #F20171; }
span { border-color: rgb(242,1,113); }
td.TdClassName
{
border-color: #F20171;
}
.TagClassName
{
border-color: #F20171;
}
</style>