Shades of Razzmatazz #F60353
Tints of Razzmatazz #F60353
RGB
CMYK
RGB Variations
Color information
#F60353 (or 0xF60353) is known color: Razzmatazz. HEX triplet: F6, 03 and 53. RGB value is (246,3,83). Sum of RGB (Red+Green+Blue) = 246+3+83=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F60353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60353 is #09FCAC. Grayscale: #545454. Windows color (decimal): -654509 or 5440502. OLE color: 5440502.
HSL color Cylindrical-coordinate representation of color #F60353: hue angle of 340.25º 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 #F60353 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.04 |
| HSL | 340.25º | 0.98% | 0.49% | - |
| HSV(B) | 340.25º | 0.99% | 0.96% | - |
| XYZ | 39.6 | 20.28 | 10.01 | - |
| YUV | 84.78 | 127.01 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 83 | 0 | 0.99 | 0.66 | 0.04 | 340.25 | 0.98 | 0.49 |
| Hex | F6 | 3 | 53 | 0 | 63 | 42 | 4 | 154 | 62 | 31 |
| Octal | 366 | 3 | 123 | 0 | 143 | 102 | 4 | 524 | 142 | 61 |
| Binary | 11110110 | 11 | 1010011 | 0 | 1100011 | 1000010 | 100 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F60353
Complementary color
Monochromatic Colors of #F60353
Black with #F60353
Text Example
Text Example
White with #F60353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60353; }
p { color: rgb(246,3,83); }
H1.HeaderClassName
{
color: #F60353;
}
.AnyTagClassName
{
color: #F60353;
}
</style>
background-color css
<style>
a { background-color: #F60353; }
a { background-color: rgb(246,3,83); }
div.DivClassName
{
background-color: #F60353;
}
.BgClassName
{
background-color: #F60353;
}
</style>
border-color css
<style>
span { border-color: #F60353; }
span { border-color: rgb(246,3,83); }
td.TdClassName
{
border-color: #F60353;
}
.TagClassName
{
border-color: #F60353;
}
</style>