Shades of Razzmatazz #F0046C
Tints of Razzmatazz #F0046C
RGB
CMYK
RGB Variations
Color information
#F0046C (or 0xF0046C) is known color: Razzmatazz. HEX triplet: F0, 04 and 6C. RGB value is (240,4,108). Sum of RGB (Red+Green+Blue) = 240+4+108=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0046C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0046C is #0FFB93. Grayscale: #565656. Windows color (decimal): -1047444 or 7079152. OLE color: 7079152.
HSL color Cylindrical-coordinate representation of color #F0046C: hue angle of 333.56º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0046C is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 108 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.06 |
| HSL | 333.56º | 0.97% | 0.48% | - |
| HSV(B) | 333.56º | 0.98% | 0.94% | - |
| XYZ | 38.69 | 19.69 | 15.95 | - |
| YUV | 86.42 | 140.19 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 108 | 0 | 0.98 | 0.55 | 0.06 | 333.56 | 0.97 | 0.48 |
| Hex | F0 | 4 | 6C | 0 | 62 | 37 | 6 | 14E | 61 | 30 |
| Octal | 360 | 4 | 154 | 0 | 142 | 67 | 6 | 516 | 141 | 60 |
| Binary | 11110000 | 100 | 1101100 | 0 | 1100010 | 110111 | 110 | 101001110 | 1100001 | 110000 |
Color Harmonies of #F0046C
Complementary color
Monochromatic Colors of #F0046C
Black with #F0046C
Text Example
Text Example
White with #F0046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0046C; }
p { color: rgb(240,4,108); }
H1.HeaderClassName
{
color: #F0046C;
}
.AnyTagClassName
{
color: #F0046C;
}
</style>
background-color css
<style>
a { background-color: #F0046C; }
a { background-color: rgb(240,4,108); }
div.DivClassName
{
background-color: #F0046C;
}
.BgClassName
{
background-color: #F0046C;
}
</style>
border-color css
<style>
span { border-color: #F0046C; }
span { border-color: rgb(240,4,108); }
td.TdClassName
{
border-color: #F0046C;
}
.TagClassName
{
border-color: #F0046C;
}
</style>