Shades of Razzmatazz #F0114D
Tints of Razzmatazz #F0114D
RGB
CMYK
RGB Variations
Color information
#F0114D (or 0xF0114D) is known color: Razzmatazz. HEX triplet: F0, 11 and 4D. RGB value is (240,17,77). Sum of RGB (Red+Green+Blue) = 240+17+77=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F0114D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0114D is #0FEEB2. Grayscale: #5A5A5A. Windows color (decimal): -1044147 or 5050864. OLE color: 5050864.
HSL color Cylindrical-coordinate representation of color #F0114D: hue angle of 343.86º 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 #F0114D is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 77 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.06 |
| HSL | 343.86º | 0.88% | 0.5% | - |
| HSV(B) | 343.86º | 0.93% | 0.94% | - |
| XYZ | 37.48 | 19.46 | 8.8 | - |
| YUV | 90.52 | 120.38 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 77 | 0 | 0.93 | 0.68 | 0.06 | 343.86 | 0.88 | 0.5 |
| Hex | F0 | 11 | 4D | 0 | 5D | 44 | 6 | 158 | 58 | 32 |
| Octal | 360 | 21 | 115 | 0 | 135 | 104 | 6 | 530 | 130 | 62 |
| Binary | 11110000 | 10001 | 1001101 | 0 | 1011101 | 1000100 | 110 | 101011000 | 1011000 | 110010 |
Color Harmonies of #F0114D
Complementary color
Monochromatic Colors of #F0114D
Black with #F0114D
Text Example
Text Example
White with #F0114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0114D; }
p { color: rgb(240,17,77); }
H1.HeaderClassName
{
color: #F0114D;
}
.AnyTagClassName
{
color: #F0114D;
}
</style>
background-color css
<style>
a { background-color: #F0114D; }
a { background-color: rgb(240,17,77); }
div.DivClassName
{
background-color: #F0114D;
}
.BgClassName
{
background-color: #F0114D;
}
</style>
border-color css
<style>
span { border-color: #F0114D; }
span { border-color: rgb(240,17,77); }
td.TdClassName
{
border-color: #F0114D;
}
.TagClassName
{
border-color: #F0114D;
}
</style>