Shades of Razzmatazz #F20A75
Tints of Razzmatazz #F20A75
RGB
CMYK
RGB Variations
Color information
#F20A75 (or 0xF20A75) is known color: Razzmatazz. HEX triplet: F2, 0A and 75. RGB value is (242,10,117). Sum of RGB (Red+Green+Blue) = 242+10+117=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20A75 is #0DF58A. Grayscale: #5B5B5B. Windows color (decimal): -914827 or 7670514. OLE color: 7670514.
HSL color Cylindrical-coordinate representation of color #F20A75: hue angle of 332.33º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20A75 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 117 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.05 |
| HSL | 332.33º | 0.92% | 0.49% | - |
| HSV(B) | 332.33º | 0.96% | 0.95% | - |
| XYZ | 39.94 | 20.38 | 18.66 | - |
| YUV | 91.57 | 142.36 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 117 | 0 | 0.96 | 0.52 | 0.05 | 332.33 | 0.92 | 0.49 |
| Hex | F2 | A | 75 | 0 | 60 | 34 | 5 | 14C | 5C | 31 |
| Octal | 362 | 12 | 165 | 0 | 140 | 64 | 5 | 514 | 134 | 61 |
| Binary | 11110010 | 1010 | 1110101 | 0 | 1100000 | 110100 | 101 | 101001100 | 1011100 | 110001 |
Color Harmonies of #F20A75
Complementary color
Monochromatic Colors of #F20A75
Black with #F20A75
Text Example
Text Example
White with #F20A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20A75; }
p { color: rgb(242,10,117); }
H1.HeaderClassName
{
color: #F20A75;
}
.AnyTagClassName
{
color: #F20A75;
}
</style>
background-color css
<style>
a { background-color: #F20A75; }
a { background-color: rgb(242,10,117); }
div.DivClassName
{
background-color: #F20A75;
}
.BgClassName
{
background-color: #F20A75;
}
</style>
border-color css
<style>
span { border-color: #F20A75; }
span { border-color: rgb(242,10,117); }
td.TdClassName
{
border-color: #F20A75;
}
.TagClassName
{
border-color: #F20A75;
}
</style>