Shades of Razzmatazz #F20159
Tints of Razzmatazz #F20159
RGB
CMYK
RGB Variations
Color information
#F20159 (or 0xF20159) is known color: Razzmatazz. HEX triplet: F2, 01 and 59. RGB value is (242,1,89). Sum of RGB (Red+Green+Blue) = 242+1+89=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F20159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20159 is #0DFEA6. Grayscale: #525252. Windows color (decimal): -917159 or 5833202. OLE color: 5833202.
HSL color Cylindrical-coordinate representation of color #F20159: hue angle of 338.09º 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 #F20159 is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.05 |
| HSL | 338.09º | 0.99% | 0.48% | - |
| HSV(B) | 338.09º | 1% | 0.95% | - |
| XYZ | 38.43 | 19.62 | 11.21 | - |
| YUV | 83.09 | 131.34 | 241.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 89 | 0 | 1.00 | 0.63 | 0.05 | 338.09 | 0.99 | 0.48 |
| Hex | F2 | 1 | 59 | 0 | 64 | 3F | 5 | 152 | 63 | 30 |
| Octal | 362 | 1 | 131 | 0 | 144 | 77 | 5 | 522 | 143 | 60 |
| Binary | 11110010 | 1 | 1011001 | 0 | 1100100 | 111111 | 101 | 101010010 | 1100011 | 110000 |
Color Harmonies of #F20159
Complementary color
Monochromatic Colors of #F20159
Black with #F20159
Text Example
Text Example
White with #F20159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20159; }
p { color: rgb(242,1,89); }
H1.HeaderClassName
{
color: #F20159;
}
.AnyTagClassName
{
color: #F20159;
}
</style>
background-color css
<style>
a { background-color: #F20159; }
a { background-color: rgb(242,1,89); }
div.DivClassName
{
background-color: #F20159;
}
.BgClassName
{
background-color: #F20159;
}
</style>
border-color css
<style>
span { border-color: #F20159; }
span { border-color: rgb(242,1,89); }
td.TdClassName
{
border-color: #F20159;
}
.TagClassName
{
border-color: #F20159;
}
</style>