Shades of Razzmatazz #F60268
Tints of Razzmatazz #F60268
RGB
CMYK
RGB Variations
Color information
#F60268 (or 0xF60268) is known color: Razzmatazz. HEX triplet: F6, 02 and 68. RGB value is (246,2,104). Sum of RGB (Red+Green+Blue) = 246+2+104=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F60268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60268 is #09FD97. Grayscale: #565656. Windows color (decimal): -654744 or 6816502. OLE color: 6816502.
HSL color Cylindrical-coordinate representation of color #F60268: hue angle of 334.92º 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 #F60268 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.04 |
| HSL | 334.92º | 0.98% | 0.49% | - |
| HSV(B) | 334.92º | 0.99% | 0.96% | - |
| XYZ | 40.53 | 20.64 | 14.94 | - |
| YUV | 86.58 | 137.84 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 104 | 0 | 0.99 | 0.58 | 0.04 | 334.92 | 0.98 | 0.49 |
| Hex | F6 | 2 | 68 | 0 | 63 | 3A | 4 | 14F | 62 | 31 |
| Octal | 366 | 2 | 150 | 0 | 143 | 72 | 4 | 517 | 142 | 61 |
| Binary | 11110110 | 10 | 1101000 | 0 | 1100011 | 111010 | 100 | 101001111 | 1100010 | 110001 |
Color Harmonies of #F60268
Complementary color
Monochromatic Colors of #F60268
Black with #F60268
Text Example
Text Example
White with #F60268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60268; }
p { color: rgb(246,2,104); }
H1.HeaderClassName
{
color: #F60268;
}
.AnyTagClassName
{
color: #F60268;
}
</style>
background-color css
<style>
a { background-color: #F60268; }
a { background-color: rgb(246,2,104); }
div.DivClassName
{
background-color: #F60268;
}
.BgClassName
{
background-color: #F60268;
}
</style>
border-color css
<style>
span { border-color: #F60268; }
span { border-color: rgb(246,2,104); }
td.TdClassName
{
border-color: #F60268;
}
.TagClassName
{
border-color: #F60268;
}
</style>