Shades of Razzmatazz #F60173
Tints of Razzmatazz #F60173
RGB
CMYK
RGB Variations
Color information
#F60173 (or 0xF60173) is known color: Razzmatazz. HEX triplet: F6, 01 and 73. RGB value is (246,1,115). Sum of RGB (Red+Green+Blue) = 246+1+115=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F60173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60173 is #09FE8C. Grayscale: #575757. Windows color (decimal): -654989 or 7537142. OLE color: 7537142.
HSL color Cylindrical-coordinate representation of color #F60173: hue angle of 332.08º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60173 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.04 |
| HSL | 332.08º | 0.99% | 0.48% | - |
| HSV(B) | 332.08º | 1% | 0.96% | - |
| XYZ | 41.11 | 20.85 | 18.08 | - |
| YUV | 87.25 | 143.67 | 241.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 115 | 0 | 1.00 | 0.53 | 0.04 | 332.08 | 0.99 | 0.48 |
| Hex | F6 | 1 | 73 | 0 | 64 | 35 | 4 | 14C | 63 | 30 |
| Octal | 366 | 1 | 163 | 0 | 144 | 65 | 4 | 514 | 143 | 60 |
| Binary | 11110110 | 1 | 1110011 | 0 | 1100100 | 110101 | 100 | 101001100 | 1100011 | 110000 |
Color Harmonies of #F60173
Complementary color
Monochromatic Colors of #F60173
Black with #F60173
Text Example
Text Example
White with #F60173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60173; }
p { color: rgb(246,1,115); }
H1.HeaderClassName
{
color: #F60173;
}
.AnyTagClassName
{
color: #F60173;
}
</style>
background-color css
<style>
a { background-color: #F60173; }
a { background-color: rgb(246,1,115); }
div.DivClassName
{
background-color: #F60173;
}
.BgClassName
{
background-color: #F60173;
}
</style>
border-color css
<style>
span { border-color: #F60173; }
span { border-color: rgb(246,1,115); }
td.TdClassName
{
border-color: #F60173;
}
.TagClassName
{
border-color: #F60173;
}
</style>