Shades of Razzmatazz #F20275
Tints of Razzmatazz #F20275
RGB
CMYK
RGB Variations
Color information
#F20275 (or 0xF20275) is known color: Razzmatazz. HEX triplet: F2, 02 and 75. RGB value is (242,2,117). Sum of RGB (Red+Green+Blue) = 242+2+117=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F20275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20275 is #0DFD8A. Grayscale: #565656. Windows color (decimal): -916875 or 7668466. OLE color: 7668466.
HSL color Cylindrical-coordinate representation of color #F20275: hue angle of 331.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20275 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.05 |
| HSL | 331.25º | 0.98% | 0.48% | - |
| HSV(B) | 331.25º | 0.99% | 0.95% | - |
| XYZ | 39.85 | 20.21 | 18.63 | - |
| YUV | 86.87 | 145.01 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 117 | 0 | 0.99 | 0.52 | 0.05 | 331.25 | 0.98 | 0.48 |
| Hex | F2 | 2 | 75 | 0 | 63 | 34 | 5 | 14B | 62 | 30 |
| Octal | 362 | 2 | 165 | 0 | 143 | 64 | 5 | 513 | 142 | 60 |
| Binary | 11110010 | 10 | 1110101 | 0 | 1100011 | 110100 | 101 | 101001011 | 1100010 | 110000 |
Color Harmonies of #F20275
Complementary color
Monochromatic Colors of #F20275
Black with #F20275
Text Example
Text Example
White with #F20275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20275; }
p { color: rgb(242,2,117); }
H1.HeaderClassName
{
color: #F20275;
}
.AnyTagClassName
{
color: #F20275;
}
</style>
background-color css
<style>
a { background-color: #F20275; }
a { background-color: rgb(242,2,117); }
div.DivClassName
{
background-color: #F20275;
}
.BgClassName
{
background-color: #F20275;
}
</style>
border-color css
<style>
span { border-color: #F20275; }
span { border-color: rgb(242,2,117); }
td.TdClassName
{
border-color: #F20275;
}
.TagClassName
{
border-color: #F20275;
}
</style>