Shades of Razzmatazz #F2004A
Tints of Razzmatazz #F2004A
RGB
CMYK
RGB Variations
Color information
#F2004A (or 0xF2004A) is known color: Razzmatazz. HEX triplet: F2, 00 and 4A. RGB value is (242,0,74). Sum of RGB (Red+Green+Blue) = 242+0+74=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F2004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2004A is #0DFFB5. Grayscale: #505050. Windows color (decimal): -917430 or 4849906. OLE color: 4849906.
HSL color Cylindrical-coordinate representation of color #F2004A: hue angle of 341.65º 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 #F2004A is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.69 | 0.05 |
| HSL | 341.65º | 1% | 0.47% | - |
| HSV(B) | 341.65º | 1% | 0.95% | - |
| XYZ | 37.85 | 19.37 | 8.22 | - |
| YUV | 80.79 | 124.17 | 242.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 74 | 0 | 1 | 0.69 | 0.05 | 341.65 | 1 | 0.47 |
| Hex | F2 | 0 | 4A | 0 | 64 | 45 | 5 | 156 | 64 | 2F |
| Octal | 362 | 0 | 112 | 0 | 144 | 105 | 5 | 526 | 144 | 57 |
| Binary | 11110010 | 0 | 1001010 | 0 | 1100100 | 1000101 | 101 | 101010110 | 1100100 | 101111 |
Color Harmonies of #F2004A
Complementary color
Monochromatic Colors of #F2004A
Black with #F2004A
Text Example
Text Example
White with #F2004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2004A; }
p { color: rgb(242,0,74); }
H1.HeaderClassName
{
color: #F2004A;
}
.AnyTagClassName
{
color: #F2004A;
}
</style>
background-color css
<style>
a { background-color: #F2004A; }
a { background-color: rgb(242,0,74); }
div.DivClassName
{
background-color: #F2004A;
}
.BgClassName
{
background-color: #F2004A;
}
</style>
border-color css
<style>
span { border-color: #F2004A; }
span { border-color: rgb(242,0,74); }
td.TdClassName
{
border-color: #F2004A;
}
.TagClassName
{
border-color: #F2004A;
}
</style>