Shades of Razzmatazz #F0115D
Tints of Razzmatazz #F0115D
RGB
CMYK
RGB Variations
Color information
#F0115D (or 0xF0115D) is known color: Razzmatazz. HEX triplet: F0, 11 and 5D. RGB value is (240,17,93). Sum of RGB (Red+Green+Blue) = 240+17+93=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0115D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0115D is #0FEEA2. Grayscale: #5C5C5C. Windows color (decimal): -1044131 or 6099440. OLE color: 6099440.
HSL color Cylindrical-coordinate representation of color #F0115D: hue angle of 339.55º 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 #F0115D is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 93 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.06 |
| HSL | 339.55º | 0.88% | 0.5% | - |
| HSV(B) | 339.55º | 0.93% | 0.94% | - |
| XYZ | 38.11 | 19.72 | 12.15 | - |
| YUV | 92.34 | 128.38 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 93 | 0 | 0.93 | 0.61 | 0.06 | 339.55 | 0.88 | 0.5 |
| Hex | F0 | 11 | 5D | 0 | 5D | 3D | 6 | 154 | 58 | 32 |
| Octal | 360 | 21 | 135 | 0 | 135 | 75 | 6 | 524 | 130 | 62 |
| Binary | 11110000 | 10001 | 1011101 | 0 | 1011101 | 111101 | 110 | 101010100 | 1011000 | 110010 |
Color Harmonies of #F0115D
Complementary color
Monochromatic Colors of #F0115D
Black with #F0115D
Text Example
Text Example
White with #F0115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0115D; }
p { color: rgb(240,17,93); }
H1.HeaderClassName
{
color: #F0115D;
}
.AnyTagClassName
{
color: #F0115D;
}
</style>
background-color css
<style>
a { background-color: #F0115D; }
a { background-color: rgb(240,17,93); }
div.DivClassName
{
background-color: #F0115D;
}
.BgClassName
{
background-color: #F0115D;
}
</style>
border-color css
<style>
span { border-color: #F0115D; }
span { border-color: rgb(240,17,93); }
td.TdClassName
{
border-color: #F0115D;
}
.TagClassName
{
border-color: #F0115D;
}
</style>