Shades of Razzmatazz #F2004B
Tints of Razzmatazz #F2004B
RGB
CMYK
RGB Variations
Color information
#F2004B (or 0xF2004B) is known color: Razzmatazz. HEX triplet: F2, 00 and 4B. RGB value is (242,0,75). Sum of RGB (Red+Green+Blue) = 242+0+75=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F2004B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2004B is #0DFFB4. Grayscale: #505050. Windows color (decimal): -917429 or 4915442. OLE color: 4915442.
HSL color Cylindrical-coordinate representation of color #F2004B: hue angle of 341.4º 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 #F2004B is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.69 | 0.05 |
| HSL | 341.41º | 1% | 0.47% | - |
| HSV(B) | 341.41º | 1% | 0.95% | - |
| XYZ | 37.89 | 19.39 | 8.4 | - |
| YUV | 80.91 | 124.67 | 242.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 75 | 0 | 1 | 0.69 | 0.05 | 341.41 | 1 | 0.47 |
| Hex | F2 | 0 | 4B | 0 | 64 | 45 | 5 | 155 | 64 | 2F |
| Octal | 362 | 0 | 113 | 0 | 144 | 105 | 5 | 525 | 144 | 57 |
| Binary | 11110010 | 0 | 1001011 | 0 | 1100100 | 1000101 | 101 | 101010101 | 1100100 | 101111 |
Color Harmonies of #F2004B
Complementary color
Monochromatic Colors of #F2004B
Black with #F2004B
Text Example
Text Example
White with #F2004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2004B; }
p { color: rgb(242,0,75); }
H1.HeaderClassName
{
color: #F2004B;
}
.AnyTagClassName
{
color: #F2004B;
}
</style>
background-color css
<style>
a { background-color: #F2004B; }
a { background-color: rgb(242,0,75); }
div.DivClassName
{
background-color: #F2004B;
}
.BgClassName
{
background-color: #F2004B;
}
</style>
border-color css
<style>
span { border-color: #F2004B; }
span { border-color: rgb(242,0,75); }
td.TdClassName
{
border-color: #F2004B;
}
.TagClassName
{
border-color: #F2004B;
}
</style>