Shades of Razzmatazz #F60258
Tints of Razzmatazz #F60258
RGB
CMYK
RGB Variations
Color information
#F60258 (or 0xF60258) is known color: Razzmatazz. HEX triplet: F6, 02 and 58. RGB value is (246,2,88). Sum of RGB (Red+Green+Blue) = 246+2+88=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F60258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60258 is #09FDA7. Grayscale: #545454. Windows color (decimal): -654760 or 5767926. OLE color: 5767926.
HSL color Cylindrical-coordinate representation of color #F60258: hue angle of 338.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 #F60258 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.04 |
| HSL | 338.85º | 0.98% | 0.49% | - |
| HSV(B) | 338.85º | 0.99% | 0.96% | - |
| XYZ | 39.79 | 20.34 | 11.06 | - |
| YUV | 84.76 | 129.84 | 243.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 88 | 0 | 0.99 | 0.64 | 0.04 | 338.85 | 0.98 | 0.49 |
| Hex | F6 | 2 | 58 | 0 | 63 | 40 | 4 | 153 | 62 | 31 |
| Octal | 366 | 2 | 130 | 0 | 143 | 100 | 4 | 523 | 142 | 61 |
| Binary | 11110110 | 10 | 1011000 | 0 | 1100011 | 1000000 | 100 | 101010011 | 1100010 | 110001 |
Color Harmonies of #F60258
Complementary color
Monochromatic Colors of #F60258
Black with #F60258
Text Example
Text Example
White with #F60258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60258; }
p { color: rgb(246,2,88); }
H1.HeaderClassName
{
color: #F60258;
}
.AnyTagClassName
{
color: #F60258;
}
</style>
background-color css
<style>
a { background-color: #F60258; }
a { background-color: rgb(246,2,88); }
div.DivClassName
{
background-color: #F60258;
}
.BgClassName
{
background-color: #F60258;
}
</style>
border-color css
<style>
span { border-color: #F60258; }
span { border-color: rgb(246,2,88); }
td.TdClassName
{
border-color: #F60258;
}
.TagClassName
{
border-color: #F60258;
}
</style>