Shades of Razzmatazz #F0114C
Tints of Razzmatazz #F0114C
RGB
CMYK
RGB Variations
Color information
#F0114C (or 0xF0114C) is known color: Razzmatazz. HEX triplet: F0, 11 and 4C. RGB value is (240,17,76). Sum of RGB (Red+Green+Blue) = 240+17+76=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F0114C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0114C is #0FEEB3. Grayscale: #5A5A5A. Windows color (decimal): -1044148 or 4985328. OLE color: 4985328.
HSL color Cylindrical-coordinate representation of color #F0114C: hue angle of 344.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0114C is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 76 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.06 |
| HSL | 344.13º | 0.88% | 0.5% | - |
| HSV(B) | 344.13º | 0.93% | 0.94% | - |
| XYZ | 37.44 | 19.45 | 8.62 | - |
| YUV | 90.4 | 119.88 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 76 | 0 | 0.93 | 0.68 | 0.06 | 344.13 | 0.88 | 0.5 |
| Hex | F0 | 11 | 4C | 0 | 5D | 44 | 6 | 158 | 58 | 32 |
| Octal | 360 | 21 | 114 | 0 | 135 | 104 | 6 | 530 | 130 | 62 |
| Binary | 11110000 | 10001 | 1001100 | 0 | 1011101 | 1000100 | 110 | 101011000 | 1011000 | 110010 |
Color Harmonies of #F0114C
Complementary color
Monochromatic Colors of #F0114C
Black with #F0114C
Text Example
Text Example
White with #F0114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0114C; }
p { color: rgb(240,17,76); }
H1.HeaderClassName
{
color: #F0114C;
}
.AnyTagClassName
{
color: #F0114C;
}
</style>
background-color css
<style>
a { background-color: #F0114C; }
a { background-color: rgb(240,17,76); }
div.DivClassName
{
background-color: #F0114C;
}
.BgClassName
{
background-color: #F0114C;
}
</style>
border-color css
<style>
span { border-color: #F0114C; }
span { border-color: rgb(240,17,76); }
td.TdClassName
{
border-color: #F0114C;
}
.TagClassName
{
border-color: #F0114C;
}
</style>