Shades of Razzmatazz #F00C62
Tints of Razzmatazz #F00C62
RGB
CMYK
RGB Variations
Color information
#F00C62 (or 0xF00C62) is known color: Razzmatazz. HEX triplet: F0, 0C and 62. RGB value is (240,12,98). Sum of RGB (Red+Green+Blue) = 240+12+98=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00C62 is #0FF39D. Grayscale: #595959. Windows color (decimal): -1045406 or 6425840. OLE color: 6425840.
HSL color Cylindrical-coordinate representation of color #F00C62: hue angle of 337.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00C62 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 98 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.06 |
| HSL | 337.37º | 0.9% | 0.49% | - |
| HSV(B) | 337.37º | 0.95% | 0.94% | - |
| XYZ | 38.27 | 19.67 | 13.33 | - |
| YUV | 89.98 | 132.54 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 98 | 0 | 0.95 | 0.59 | 0.06 | 337.37 | 0.9 | 0.49 |
| Hex | F0 | C | 62 | 0 | 5F | 3B | 6 | 151 | 5A | 31 |
| Octal | 360 | 14 | 142 | 0 | 137 | 73 | 6 | 521 | 132 | 61 |
| Binary | 11110000 | 1100 | 1100010 | 0 | 1011111 | 111011 | 110 | 101010001 | 1011010 | 110001 |
Color Harmonies of #F00C62
Complementary color
Monochromatic Colors of #F00C62
Black with #F00C62
Text Example
Text Example
White with #F00C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C62; }
p { color: rgb(240,12,98); }
H1.HeaderClassName
{
color: #F00C62;
}
.AnyTagClassName
{
color: #F00C62;
}
</style>
background-color css
<style>
a { background-color: #F00C62; }
a { background-color: rgb(240,12,98); }
div.DivClassName
{
background-color: #F00C62;
}
.BgClassName
{
background-color: #F00C62;
}
</style>
border-color css
<style>
span { border-color: #F00C62; }
span { border-color: rgb(240,12,98); }
td.TdClassName
{
border-color: #F00C62;
}
.TagClassName
{
border-color: #F00C62;
}
</style>