Shades of Razzmatazz #F2004C
Tints of Razzmatazz #F2004C
RGB
CMYK
RGB Variations
Color information
#F2004C (or 0xF2004C) is known color: Razzmatazz. HEX triplet: F2, 00 and 4C. RGB value is (242,0,76). Sum of RGB (Red+Green+Blue) = 242+0+76=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F2004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2004C is #0DFFB3. Grayscale: #505050. Windows color (decimal): -917428 or 4980978. OLE color: 4980978.
HSL color Cylindrical-coordinate representation of color #F2004C: hue angle of 341.16º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2004C is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.69 | 0.05 |
| HSL | 341.16º | 1% | 0.47% | - |
| HSV(B) | 341.16º | 1% | 0.95% | - |
| XYZ | 37.92 | 19.4 | 8.58 | - |
| YUV | 81.02 | 125.17 | 242.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 76 | 0 | 1 | 0.69 | 0.05 | 341.16 | 1 | 0.47 |
| Hex | F2 | 0 | 4C | 0 | 64 | 45 | 5 | 155 | 64 | 2F |
| Octal | 362 | 0 | 114 | 0 | 144 | 105 | 5 | 525 | 144 | 57 |
| Binary | 11110010 | 0 | 1001100 | 0 | 1100100 | 1000101 | 101 | 101010101 | 1100100 | 101111 |
Color Harmonies of #F2004C
Complementary color
Monochromatic Colors of #F2004C
Black with #F2004C
Text Example
Text Example
White with #F2004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2004C; }
p { color: rgb(242,0,76); }
H1.HeaderClassName
{
color: #F2004C;
}
.AnyTagClassName
{
color: #F2004C;
}
</style>
background-color css
<style>
a { background-color: #F2004C; }
a { background-color: rgb(242,0,76); }
div.DivClassName
{
background-color: #F2004C;
}
.BgClassName
{
background-color: #F2004C;
}
</style>
border-color css
<style>
span { border-color: #F2004C; }
span { border-color: rgb(242,0,76); }
td.TdClassName
{
border-color: #F2004C;
}
.TagClassName
{
border-color: #F2004C;
}
</style>