Shades of Razzmatazz #F6045A
Tints of Razzmatazz #F6045A
RGB
CMYK
RGB Variations
Color information
#F6045A (or 0xF6045A) is known color: Razzmatazz. HEX triplet: F6, 04 and 5A. RGB value is (246,4,90). Sum of RGB (Red+Green+Blue) = 246+4+90=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F6045A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6045A is #09FBA5. Grayscale: #565656. Windows color (decimal): -654246 or 5899510. OLE color: 5899510.
HSL color Cylindrical-coordinate representation of color #F6045A: hue angle of 338.68º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6045A is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.04 |
| HSL | 338.68º | 0.97% | 0.49% | - |
| HSV(B) | 338.68º | 0.98% | 0.96% | - |
| XYZ | 39.89 | 20.42 | 11.51 | - |
| YUV | 86.16 | 130.17 | 242.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 90 | 0 | 0.98 | 0.63 | 0.04 | 338.68 | 0.97 | 0.49 |
| Hex | F6 | 4 | 5A | 0 | 62 | 3F | 4 | 153 | 61 | 31 |
| Octal | 366 | 4 | 132 | 0 | 142 | 77 | 4 | 523 | 141 | 61 |
| Binary | 11110110 | 100 | 1011010 | 0 | 1100010 | 111111 | 100 | 101010011 | 1100001 | 110001 |
Color Harmonies of #F6045A
Complementary color
Monochromatic Colors of #F6045A
Black with #F6045A
Text Example
Text Example
White with #F6045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6045A; }
p { color: rgb(246,4,90); }
H1.HeaderClassName
{
color: #F6045A;
}
.AnyTagClassName
{
color: #F6045A;
}
</style>
background-color css
<style>
a { background-color: #F6045A; }
a { background-color: rgb(246,4,90); }
div.DivClassName
{
background-color: #F6045A;
}
.BgClassName
{
background-color: #F6045A;
}
</style>
border-color css
<style>
span { border-color: #F6045A; }
span { border-color: rgb(246,4,90); }
td.TdClassName
{
border-color: #F6045A;
}
.TagClassName
{
border-color: #F6045A;
}
</style>