Shades of Razzmatazz #F6005A
Tints of Razzmatazz #F6005A
RGB
CMYK
RGB Variations
Color information
#F6005A (or 0xF6005A) is known color: Razzmatazz. HEX triplet: F6, 00 and 5A. RGB value is (246,0,90). Sum of RGB (Red+Green+Blue) = 246+0+90=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F6005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6005A is #09FFA5. Grayscale: #535353. Windows color (decimal): -655270 or 5898486. OLE color: 5898486.
HSL color Cylindrical-coordinate representation of color #F6005A: hue angle of 338.05º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6005A is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.63 | 0.04 |
| HSL | 338.05º | 1% | 0.48% | - |
| HSV(B) | 338.05º | 1% | 0.96% | - |
| XYZ | 39.85 | 20.33 | 11.5 | - |
| YUV | 83.81 | 131.5 | 243.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 90 | 0 | 1 | 0.63 | 0.04 | 338.05 | 1 | 0.48 |
| Hex | F6 | 0 | 5A | 0 | 64 | 3F | 4 | 152 | 64 | 30 |
| Octal | 366 | 0 | 132 | 0 | 144 | 77 | 4 | 522 | 144 | 60 |
| Binary | 11110110 | 0 | 1011010 | 0 | 1100100 | 111111 | 100 | 101010010 | 1100100 | 110000 |
Color Harmonies of #F6005A
Complementary color
Monochromatic Colors of #F6005A
Black with #F6005A
Text Example
Text Example
White with #F6005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6005A; }
p { color: rgb(246,0,90); }
H1.HeaderClassName
{
color: #F6005A;
}
.AnyTagClassName
{
color: #F6005A;
}
</style>
background-color css
<style>
a { background-color: #F6005A; }
a { background-color: rgb(246,0,90); }
div.DivClassName
{
background-color: #F6005A;
}
.BgClassName
{
background-color: #F6005A;
}
</style>
border-color css
<style>
span { border-color: #F6005A; }
span { border-color: rgb(246,0,90); }
td.TdClassName
{
border-color: #F6005A;
}
.TagClassName
{
border-color: #F6005A;
}
</style>