Shades of Razzmatazz #F40062
Tints of Razzmatazz #F40062
RGB
CMYK
RGB Variations
Color information
#F40062 (or 0xF40062) is known color: Razzmatazz. HEX triplet: F4, 00 and 62. RGB value is (244,0,98). Sum of RGB (Red+Green+Blue) = 244+0+98=342 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.35% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 244 - color contains mainly: red. Hex color #F40062 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40062 is #0BFF9D. Grayscale: #535353. Windows color (decimal): -786334 or 6422772. OLE color: 6422772.
HSL color Cylindrical-coordinate representation of color #F40062: hue angle of 335.9º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40062 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.60 | 0.04 |
| HSL | 335.9º | 1% | 0.48% | - |
| HSV(B) | 335.9º | 1% | 0.96% | - |
| XYZ | 39.51 | 20.11 | 13.36 | - |
| YUV | 84.13 | 135.84 | 242.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 98 | 0 | 1 | 0.60 | 0.04 | 335.9 | 1 | 0.48 |
| Hex | F4 | 0 | 62 | 0 | 64 | 3C | 4 | 150 | 64 | 30 |
| Octal | 364 | 0 | 142 | 0 | 144 | 74 | 4 | 520 | 144 | 60 |
| Binary | 11110100 | 0 | 1100010 | 0 | 1100100 | 111100 | 100 | 101010000 | 1100100 | 110000 |
Color Harmonies of #F40062
Complementary color
Monochromatic Colors of #F40062
Black with #F40062
Text Example
Text Example
White with #F40062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40062; }
p { color: rgb(244,0,98); }
H1.HeaderClassName
{
color: #F40062;
}
.AnyTagClassName
{
color: #F40062;
}
</style>
background-color css
<style>
a { background-color: #F40062; }
a { background-color: rgb(244,0,98); }
div.DivClassName
{
background-color: #F40062;
}
.BgClassName
{
background-color: #F40062;
}
</style>
border-color css
<style>
span { border-color: #F40062; }
span { border-color: rgb(244,0,98); }
td.TdClassName
{
border-color: #F40062;
}
.TagClassName
{
border-color: #F40062;
}
</style>