Shades of Razzmatazz #F40373
Tints of Razzmatazz #F40373
RGB
CMYK
RGB Variations
Color information
#F40373 (or 0xF40373) is known color: Razzmatazz. HEX triplet: F4, 03 and 73. RGB value is (244,3,115). Sum of RGB (Red+Green+Blue) = 244+3+115=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F40373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40373 is #0BFC8C. Grayscale: #575757. Windows color (decimal): -785549 or 7537652. OLE color: 7537652.
HSL color Cylindrical-coordinate representation of color #F40373: hue angle of 332.12º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40373 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 115 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.04 |
| HSL | 332.12º | 0.98% | 0.48% | - |
| HSV(B) | 332.12º | 0.99% | 0.96% | - |
| XYZ | 40.44 | 20.54 | 18.05 | - |
| YUV | 87.83 | 143.34 | 239.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 115 | 0 | 0.99 | 0.53 | 0.04 | 332.12 | 0.98 | 0.48 |
| Hex | F4 | 3 | 73 | 0 | 63 | 35 | 4 | 14C | 62 | 30 |
| Octal | 364 | 3 | 163 | 0 | 143 | 65 | 4 | 514 | 142 | 60 |
| Binary | 11110100 | 11 | 1110011 | 0 | 1100011 | 110101 | 100 | 101001100 | 1100010 | 110000 |
Color Harmonies of #F40373
Complementary color
Monochromatic Colors of #F40373
Black with #F40373
Text Example
Text Example
White with #F40373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40373; }
p { color: rgb(244,3,115); }
H1.HeaderClassName
{
color: #F40373;
}
.AnyTagClassName
{
color: #F40373;
}
</style>
background-color css
<style>
a { background-color: #F40373; }
a { background-color: rgb(244,3,115); }
div.DivClassName
{
background-color: #F40373;
}
.BgClassName
{
background-color: #F40373;
}
</style>
border-color css
<style>
span { border-color: #F40373; }
span { border-color: rgb(244,3,115); }
td.TdClassName
{
border-color: #F40373;
}
.TagClassName
{
border-color: #F40373;
}
</style>