Shades of Razzmatazz #F0135D
Tints of Razzmatazz #F0135D
RGB
CMYK
RGB Variations
Color information
#F0135D (or 0xF0135D) is known color: Razzmatazz. HEX triplet: F0, 13 and 5D. RGB value is (240,19,93). Sum of RGB (Red+Green+Blue) = 240+19+93=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0135D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0135D is #0FECA2. Grayscale: #5D5D5D. Windows color (decimal): -1043619 or 6099952. OLE color: 6099952.
HSL color Cylindrical-coordinate representation of color #F0135D: hue angle of 339.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0135D is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 93 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.06 |
| HSL | 339.91º | 0.88% | 0.51% | - |
| HSV(B) | 339.91º | 0.92% | 0.94% | - |
| XYZ | 38.14 | 19.78 | 12.16 | - |
| YUV | 93.52 | 127.72 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 93 | 0 | 0.92 | 0.61 | 0.06 | 339.91 | 0.88 | 0.51 |
| Hex | F0 | 13 | 5D | 0 | 5C | 3D | 6 | 154 | 58 | 33 |
| Octal | 360 | 23 | 135 | 0 | 134 | 75 | 6 | 524 | 130 | 63 |
| Binary | 11110000 | 10011 | 1011101 | 0 | 1011100 | 111101 | 110 | 101010100 | 1011000 | 110011 |
Color Harmonies of #F0135D
Complementary color
Monochromatic Colors of #F0135D
Black with #F0135D
Text Example
Text Example
White with #F0135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0135D; }
p { color: rgb(240,19,93); }
H1.HeaderClassName
{
color: #F0135D;
}
.AnyTagClassName
{
color: #F0135D;
}
</style>
background-color css
<style>
a { background-color: #F0135D; }
a { background-color: rgb(240,19,93); }
div.DivClassName
{
background-color: #F0135D;
}
.BgClassName
{
background-color: #F0135D;
}
</style>
border-color css
<style>
span { border-color: #F0135D; }
span { border-color: rgb(240,19,93); }
td.TdClassName
{
border-color: #F0135D;
}
.TagClassName
{
border-color: #F0135D;
}
</style>