Shades of Razzmatazz #F0046E
Tints of Razzmatazz #F0046E
RGB
CMYK
RGB Variations
Color information
#F0046E (or 0xF0046E) is known color: Razzmatazz. HEX triplet: F0, 04 and 6E. RGB value is (240,4,110). Sum of RGB (Red+Green+Blue) = 240+4+110=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0046E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0046E is #0FFB91. Grayscale: #565656. Windows color (decimal): -1047442 or 7210224. OLE color: 7210224.
HSL color Cylindrical-coordinate representation of color #F0046E: hue angle of 333.05º 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 #F0046E is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 110 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.06 |
| HSL | 333.05º | 0.97% | 0.48% | - |
| HSV(B) | 333.05º | 0.98% | 0.94% | - |
| XYZ | 38.79 | 19.74 | 16.52 | - |
| YUV | 86.65 | 141.19 | 237.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 110 | 0 | 0.98 | 0.54 | 0.06 | 333.05 | 0.97 | 0.48 |
| Hex | F0 | 4 | 6E | 0 | 62 | 36 | 6 | 14D | 61 | 30 |
| Octal | 360 | 4 | 156 | 0 | 142 | 66 | 6 | 515 | 141 | 60 |
| Binary | 11110000 | 100 | 1101110 | 0 | 1100010 | 110110 | 110 | 101001101 | 1100001 | 110000 |
Color Harmonies of #F0046E
Complementary color
Monochromatic Colors of #F0046E
Black with #F0046E
Text Example
Text Example
White with #F0046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0046E; }
p { color: rgb(240,4,110); }
H1.HeaderClassName
{
color: #F0046E;
}
.AnyTagClassName
{
color: #F0046E;
}
</style>
background-color css
<style>
a { background-color: #F0046E; }
a { background-color: rgb(240,4,110); }
div.DivClassName
{
background-color: #F0046E;
}
.BgClassName
{
background-color: #F0046E;
}
</style>
border-color css
<style>
span { border-color: #F0046E; }
span { border-color: rgb(240,4,110); }
td.TdClassName
{
border-color: #F0046E;
}
.TagClassName
{
border-color: #F0046E;
}
</style>