Shades of Razzmatazz #F60375
Tints of Razzmatazz #F60375
RGB
CMYK
RGB Variations
Color information
#F60375 (or 0xF60375) is known color: Razzmatazz. HEX triplet: F6, 03 and 75. RGB value is (246,3,117). Sum of RGB (Red+Green+Blue) = 246+3+117=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F60375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60375 is #09FC8A. Grayscale: #585858. Windows color (decimal): -654475 or 7668726. OLE color: 7668726.
HSL color Cylindrical-coordinate representation of color #F60375: hue angle of 331.85º 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 #F60375 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.04 |
| HSL | 331.85º | 0.98% | 0.49% | - |
| HSV(B) | 331.85º | 0.99% | 0.96% | - |
| XYZ | 41.25 | 20.94 | 18.7 | - |
| YUV | 88.65 | 144.01 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 117 | 0 | 0.99 | 0.52 | 0.04 | 331.85 | 0.98 | 0.49 |
| Hex | F6 | 3 | 75 | 0 | 63 | 34 | 4 | 14C | 62 | 31 |
| Octal | 366 | 3 | 165 | 0 | 143 | 64 | 4 | 514 | 142 | 61 |
| Binary | 11110110 | 11 | 1110101 | 0 | 1100011 | 110100 | 100 | 101001100 | 1100010 | 110001 |
Color Harmonies of #F60375
Complementary color
Monochromatic Colors of #F60375
Black with #F60375
Text Example
Text Example
White with #F60375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60375; }
p { color: rgb(246,3,117); }
H1.HeaderClassName
{
color: #F60375;
}
.AnyTagClassName
{
color: #F60375;
}
</style>
background-color css
<style>
a { background-color: #F60375; }
a { background-color: rgb(246,3,117); }
div.DivClassName
{
background-color: #F60375;
}
.BgClassName
{
background-color: #F60375;
}
</style>
border-color css
<style>
span { border-color: #F60375; }
span { border-color: rgb(246,3,117); }
td.TdClassName
{
border-color: #F60375;
}
.TagClassName
{
border-color: #F60375;
}
</style>