Shades of Razzmatazz #F60352
Tints of Razzmatazz #F60352
RGB
CMYK
RGB Variations
Color information
#F60352 (or 0xF60352) is known color: Razzmatazz. HEX triplet: F6, 03 and 52. RGB value is (246,3,82). Sum of RGB (Red+Green+Blue) = 246+3+82=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F60352 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60352 is #09FCAD. Grayscale: #545454. Windows color (decimal): -654510 or 5374966. OLE color: 5374966.
HSL color Cylindrical-coordinate representation of color #F60352: hue angle of 340.49º 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 #F60352 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 82 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.04 |
| HSL | 340.49º | 0.98% | 0.49% | - |
| HSV(B) | 340.49º | 0.99% | 0.96% | - |
| XYZ | 39.56 | 20.27 | 9.81 | - |
| YUV | 84.66 | 126.51 | 243.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 82 | 0 | 0.99 | 0.67 | 0.04 | 340.49 | 0.98 | 0.49 |
| Hex | F6 | 3 | 52 | 0 | 63 | 43 | 4 | 154 | 62 | 31 |
| Octal | 366 | 3 | 122 | 0 | 143 | 103 | 4 | 524 | 142 | 61 |
| Binary | 11110110 | 11 | 1010010 | 0 | 1100011 | 1000011 | 100 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F60352
Complementary color
Monochromatic Colors of #F60352
Black with #F60352
Text Example
Text Example
White with #F60352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60352; }
p { color: rgb(246,3,82); }
H1.HeaderClassName
{
color: #F60352;
}
.AnyTagClassName
{
color: #F60352;
}
</style>
background-color css
<style>
a { background-color: #F60352; }
a { background-color: rgb(246,3,82); }
div.DivClassName
{
background-color: #F60352;
}
.BgClassName
{
background-color: #F60352;
}
</style>
border-color css
<style>
span { border-color: #F60352; }
span { border-color: rgb(246,3,82); }
td.TdClassName
{
border-color: #F60352;
}
.TagClassName
{
border-color: #F60352;
}
</style>