Shades of Razzmatazz #F20175
Tints of Razzmatazz #F20175
RGB
CMYK
RGB Variations
Color information
#F20175 (or 0xF20175) is known color: Razzmatazz. HEX triplet: F2, 01 and 75. RGB value is (242,1,117). Sum of RGB (Red+Green+Blue) = 242+1+117=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F20175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20175 is #0DFE8A. Grayscale: #565656. Windows color (decimal): -917131 or 7668210. OLE color: 7668210.
HSL color Cylindrical-coordinate representation of color #F20175: hue angle of 331.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 #F20175 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.05 |
| HSL | 331.12º | 0.99% | 0.48% | - |
| HSV(B) | 331.12º | 1% | 0.95% | - |
| XYZ | 39.84 | 20.18 | 18.63 | - |
| YUV | 86.28 | 145.34 | 239.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 117 | 0 | 1.00 | 0.52 | 0.05 | 331.12 | 0.99 | 0.48 |
| Hex | F2 | 1 | 75 | 0 | 64 | 34 | 5 | 14B | 63 | 30 |
| Octal | 362 | 1 | 165 | 0 | 144 | 64 | 5 | 513 | 143 | 60 |
| Binary | 11110010 | 1 | 1110101 | 0 | 1100100 | 110100 | 101 | 101001011 | 1100011 | 110000 |
Color Harmonies of #F20175
Complementary color
Monochromatic Colors of #F20175
Black with #F20175
Text Example
Text Example
White with #F20175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20175; }
p { color: rgb(242,1,117); }
H1.HeaderClassName
{
color: #F20175;
}
.AnyTagClassName
{
color: #F20175;
}
</style>
background-color css
<style>
a { background-color: #F20175; }
a { background-color: rgb(242,1,117); }
div.DivClassName
{
background-color: #F20175;
}
.BgClassName
{
background-color: #F20175;
}
</style>
border-color css
<style>
span { border-color: #F20175; }
span { border-color: rgb(242,1,117); }
td.TdClassName
{
border-color: #F20175;
}
.TagClassName
{
border-color: #F20175;
}
</style>