Shades of Razzmatazz #F0004E
Tints of Razzmatazz #F0004E
RGB
CMYK
RGB Variations
Color information
#F0004E (or 0xF0004E) is known color: Razzmatazz. HEX triplet: F0, 00 and 4E. RGB value is (240,0,78). Sum of RGB (Red+Green+Blue) = 240+0+78=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F0004E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0004E is #0FFFB1. Grayscale: #505050. Windows color (decimal): -1048498 or 5112048. OLE color: 5112048.
HSL color Cylindrical-coordinate representation of color #F0004E: hue angle of 340.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0004E is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.68 | 0.06 |
| HSL | 340.5º | 1% | 0.47% | - |
| HSV(B) | 340.5º | 1% | 0.94% | - |
| XYZ | 37.31 | 19.08 | 8.92 | - |
| YUV | 80.65 | 126.51 | 241.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 78 | 0 | 1 | 0.68 | 0.06 | 340.5 | 1 | 0.47 |
| Hex | F0 | 0 | 4E | 0 | 64 | 44 | 6 | 154 | 64 | 2F |
| Octal | 360 | 0 | 116 | 0 | 144 | 104 | 6 | 524 | 144 | 57 |
| Binary | 11110000 | 0 | 1001110 | 0 | 1100100 | 1000100 | 110 | 101010100 | 1100100 | 101111 |
Color Harmonies of #F0004E
Complementary color
Monochromatic Colors of #F0004E
Black with #F0004E
Text Example
Text Example
White with #F0004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0004E; }
p { color: rgb(240,0,78); }
H1.HeaderClassName
{
color: #F0004E;
}
.AnyTagClassName
{
color: #F0004E;
}
</style>
background-color css
<style>
a { background-color: #F0004E; }
a { background-color: rgb(240,0,78); }
div.DivClassName
{
background-color: #F0004E;
}
.BgClassName
{
background-color: #F0004E;
}
</style>
border-color css
<style>
span { border-color: #F0004E; }
span { border-color: rgb(240,0,78); }
td.TdClassName
{
border-color: #F0004E;
}
.TagClassName
{
border-color: #F0004E;
}
</style>