Shades of Razzmatazz #F60270
Tints of Razzmatazz #F60270
RGB
CMYK
RGB Variations
Color information
#F60270 (or 0xF60270) is known color: Razzmatazz. HEX triplet: F6, 02 and 70. RGB value is (246,2,112). Sum of RGB (Red+Green+Blue) = 246+2+112=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F60270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60270 is #09FD8F. Grayscale: #575757. Windows color (decimal): -654736 or 7340790. OLE color: 7340790.
HSL color Cylindrical-coordinate representation of color #F60270: hue angle of 332.95º 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 #F60270 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.04 |
| HSL | 332.95º | 0.98% | 0.49% | - |
| HSV(B) | 332.95º | 0.99% | 0.96% | - |
| XYZ | 40.95 | 20.81 | 17.19 | - |
| YUV | 87.5 | 141.84 | 241.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 112 | 0 | 0.99 | 0.54 | 0.04 | 332.95 | 0.98 | 0.49 |
| Hex | F6 | 2 | 70 | 0 | 63 | 36 | 4 | 14D | 62 | 31 |
| Octal | 366 | 2 | 160 | 0 | 143 | 66 | 4 | 515 | 142 | 61 |
| Binary | 11110110 | 10 | 1110000 | 0 | 1100011 | 110110 | 100 | 101001101 | 1100010 | 110001 |
Color Harmonies of #F60270
Complementary color
Monochromatic Colors of #F60270
Black with #F60270
Text Example
Text Example
White with #F60270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60270; }
p { color: rgb(246,2,112); }
H1.HeaderClassName
{
color: #F60270;
}
.AnyTagClassName
{
color: #F60270;
}
</style>
background-color css
<style>
a { background-color: #F60270; }
a { background-color: rgb(246,2,112); }
div.DivClassName
{
background-color: #F60270;
}
.BgClassName
{
background-color: #F60270;
}
</style>
border-color css
<style>
span { border-color: #F60270; }
span { border-color: rgb(246,2,112); }
td.TdClassName
{
border-color: #F60270;
}
.TagClassName
{
border-color: #F60270;
}
</style>