Shades of Razzmatazz #F6015E
Tints of Razzmatazz #F6015E
RGB
CMYK
RGB Variations
Color information
#F6015E (or 0xF6015E) is known color: Razzmatazz. HEX triplet: F6, 01 and 5E. RGB value is (246,1,94). Sum of RGB (Red+Green+Blue) = 246+1+94=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F6015E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6015E is #09FEA1. Grayscale: #545454. Windows color (decimal): -655010 or 6160886. OLE color: 6160886.
HSL color Cylindrical-coordinate representation of color #F6015E: hue angle of 337.22º 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 #F6015E is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 94 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.04 |
| HSL | 337.22º | 0.99% | 0.48% | - |
| HSV(B) | 337.22º | 1% | 0.96% | - |
| XYZ | 40.04 | 20.42 | 12.42 | - |
| YUV | 84.86 | 133.17 | 242.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 94 | 0 | 1.00 | 0.62 | 0.04 | 337.22 | 0.99 | 0.48 |
| Hex | F6 | 1 | 5E | 0 | 64 | 3E | 4 | 151 | 63 | 30 |
| Octal | 366 | 1 | 136 | 0 | 144 | 76 | 4 | 521 | 143 | 60 |
| Binary | 11110110 | 1 | 1011110 | 0 | 1100100 | 111110 | 100 | 101010001 | 1100011 | 110000 |
Color Harmonies of #F6015E
Complementary color
Monochromatic Colors of #F6015E
Black with #F6015E
Text Example
Text Example
White with #F6015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6015E; }
p { color: rgb(246,1,94); }
H1.HeaderClassName
{
color: #F6015E;
}
.AnyTagClassName
{
color: #F6015E;
}
</style>
background-color css
<style>
a { background-color: #F6015E; }
a { background-color: rgb(246,1,94); }
div.DivClassName
{
background-color: #F6015E;
}
.BgClassName
{
background-color: #F6015E;
}
</style>
border-color css
<style>
span { border-color: #F6015E; }
span { border-color: rgb(246,1,94); }
td.TdClassName
{
border-color: #F6015E;
}
.TagClassName
{
border-color: #F6015E;
}
</style>