Shades of Razzmatazz #F60262
Tints of Razzmatazz #F60262
RGB
CMYK
RGB Variations
Color information
#F60262 (or 0xF60262) is known color: Razzmatazz. HEX triplet: F6, 02 and 62. RGB value is (246,2,98). Sum of RGB (Red+Green+Blue) = 246+2+98=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F60262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60262 is #09FD9D. Grayscale: #555555. Windows color (decimal): -654750 or 6423286. OLE color: 6423286.
HSL color Cylindrical-coordinate representation of color #F60262: hue angle of 336.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60262 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.04 |
| HSL | 336.39º | 0.98% | 0.49% | - |
| HSV(B) | 336.39º | 0.99% | 0.96% | - |
| XYZ | 40.23 | 20.52 | 13.4 | - |
| YUV | 85.9 | 134.84 | 242.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 98 | 0 | 0.99 | 0.60 | 0.04 | 336.39 | 0.98 | 0.49 |
| Hex | F6 | 2 | 62 | 0 | 63 | 3C | 4 | 150 | 62 | 31 |
| Octal | 366 | 2 | 142 | 0 | 143 | 74 | 4 | 520 | 142 | 61 |
| Binary | 11110110 | 10 | 1100010 | 0 | 1100011 | 111100 | 100 | 101010000 | 1100010 | 110001 |
Color Harmonies of #F60262
Complementary color
Monochromatic Colors of #F60262
Black with #F60262
Text Example
Text Example
White with #F60262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60262; }
p { color: rgb(246,2,98); }
H1.HeaderClassName
{
color: #F60262;
}
.AnyTagClassName
{
color: #F60262;
}
</style>
background-color css
<style>
a { background-color: #F60262; }
a { background-color: rgb(246,2,98); }
div.DivClassName
{
background-color: #F60262;
}
.BgClassName
{
background-color: #F60262;
}
</style>
border-color css
<style>
span { border-color: #F60262; }
span { border-color: rgb(246,2,98); }
td.TdClassName
{
border-color: #F60262;
}
.TagClassName
{
border-color: #F60262;
}
</style>