Shades of Razzmatazz #F00E4B
Tints of Razzmatazz #F00E4B
RGB
CMYK
RGB Variations
Color information
#F00E4B (or 0xF00E4B) is known color: Razzmatazz. HEX triplet: F0, 0E and 4B. RGB value is (240,14,75). Sum of RGB (Red+Green+Blue) = 240+14+75=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00E4B is #0FF1B4. Grayscale: #585858. Windows color (decimal): -1044917 or 4919024. OLE color: 4919024.
HSL color Cylindrical-coordinate representation of color #F00E4B: hue angle of 343.81º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00E4B is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 75 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.06 |
| HSL | 343.81º | 0.89% | 0.5% | - |
| HSV(B) | 343.81º | 0.94% | 0.94% | - |
| XYZ | 37.36 | 19.35 | 8.42 | - |
| YUV | 88.53 | 120.37 | 236.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 75 | 0 | 0.94 | 0.69 | 0.06 | 343.81 | 0.89 | 0.5 |
| Hex | F0 | E | 4B | 0 | 5E | 45 | 6 | 158 | 59 | 32 |
| Octal | 360 | 16 | 113 | 0 | 136 | 105 | 6 | 530 | 131 | 62 |
| Binary | 11110000 | 1110 | 1001011 | 0 | 1011110 | 1000101 | 110 | 101011000 | 1011001 | 110010 |
Color Harmonies of #F00E4B
Complementary color
Monochromatic Colors of #F00E4B
Black with #F00E4B
Text Example
Text Example
White with #F00E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E4B; }
p { color: rgb(240,14,75); }
H1.HeaderClassName
{
color: #F00E4B;
}
.AnyTagClassName
{
color: #F00E4B;
}
</style>
background-color css
<style>
a { background-color: #F00E4B; }
a { background-color: rgb(240,14,75); }
div.DivClassName
{
background-color: #F00E4B;
}
.BgClassName
{
background-color: #F00E4B;
}
</style>
border-color css
<style>
span { border-color: #F00E4B; }
span { border-color: rgb(240,14,75); }
td.TdClassName
{
border-color: #F00E4B;
}
.TagClassName
{
border-color: #F00E4B;
}
</style>