Shades of Razzmatazz #F20F5C
Tints of Razzmatazz #F20F5C
RGB
CMYK
RGB Variations
Color information
#F20F5C (or 0xF20F5C) is known color: Razzmatazz. HEX triplet: F2, 0F and 5C. RGB value is (242,15,92). Sum of RGB (Red+Green+Blue) = 242+15+92=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20F5C is #0DF0A3. Grayscale: #5B5B5B. Windows color (decimal): -913572 or 6033394. OLE color: 6033394.
HSL color Cylindrical-coordinate representation of color #F20F5C: hue angle of 339.65º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20F5C is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 92 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.05 |
| HSL | 339.65º | 0.9% | 0.5% | - |
| HSV(B) | 339.65º | 0.94% | 0.95% | - |
| XYZ | 38.72 | 19.99 | 11.94 | - |
| YUV | 91.65 | 128.21 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 92 | 0 | 0.94 | 0.62 | 0.05 | 339.65 | 0.9 | 0.5 |
| Hex | F2 | F | 5C | 0 | 5E | 3E | 5 | 154 | 5A | 32 |
| Octal | 362 | 17 | 134 | 0 | 136 | 76 | 5 | 524 | 132 | 62 |
| Binary | 11110010 | 1111 | 1011100 | 0 | 1011110 | 111110 | 101 | 101010100 | 1011010 | 110010 |
Color Harmonies of #F20F5C
Complementary color
Monochromatic Colors of #F20F5C
Black with #F20F5C
Text Example
Text Example
White with #F20F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20F5C; }
p { color: rgb(242,15,92); }
H1.HeaderClassName
{
color: #F20F5C;
}
.AnyTagClassName
{
color: #F20F5C;
}
</style>
background-color css
<style>
a { background-color: #F20F5C; }
a { background-color: rgb(242,15,92); }
div.DivClassName
{
background-color: #F20F5C;
}
.BgClassName
{
background-color: #F20F5C;
}
</style>
border-color css
<style>
span { border-color: #F20F5C; }
span { border-color: rgb(242,15,92); }
td.TdClassName
{
border-color: #F20F5C;
}
.TagClassName
{
border-color: #F20F5C;
}
</style>