Shades of Razzmatazz #F0034C
Tints of Razzmatazz #F0034C
RGB
CMYK
RGB Variations
Color information
#F0034C (or 0xF0034C) is known color: Razzmatazz. HEX triplet: F0, 03 and 4C. RGB value is (240,3,76). Sum of RGB (Red+Green+Blue) = 240+3+76=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0034C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0034C is #0FFCB3. Grayscale: #525252. Windows color (decimal): -1047732 or 4981744. OLE color: 4981744.
HSL color Cylindrical-coordinate representation of color #F0034C: hue angle of 341.52º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0034C is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 76 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.06 |
| HSL | 341.52º | 0.98% | 0.48% | - |
| HSV(B) | 341.52º | 0.99% | 0.94% | - |
| XYZ | 37.27 | 19.11 | 8.56 | - |
| YUV | 82.19 | 124.52 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 76 | 0 | 0.99 | 0.68 | 0.06 | 341.52 | 0.98 | 0.48 |
| Hex | F0 | 3 | 4C | 0 | 63 | 44 | 6 | 156 | 62 | 30 |
| Octal | 360 | 3 | 114 | 0 | 143 | 104 | 6 | 526 | 142 | 60 |
| Binary | 11110000 | 11 | 1001100 | 0 | 1100011 | 1000100 | 110 | 101010110 | 1100010 | 110000 |
Color Harmonies of #F0034C
Complementary color
Monochromatic Colors of #F0034C
Black with #F0034C
Text Example
Text Example
White with #F0034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0034C; }
p { color: rgb(240,3,76); }
H1.HeaderClassName
{
color: #F0034C;
}
.AnyTagClassName
{
color: #F0034C;
}
</style>
background-color css
<style>
a { background-color: #F0034C; }
a { background-color: rgb(240,3,76); }
div.DivClassName
{
background-color: #F0034C;
}
.BgClassName
{
background-color: #F0034C;
}
</style>
border-color css
<style>
span { border-color: #F0034C; }
span { border-color: rgb(240,3,76); }
td.TdClassName
{
border-color: #F0034C;
}
.TagClassName
{
border-color: #F0034C;
}
</style>