Shades of Razzmatazz #F0155D
Tints of Razzmatazz #F0155D
RGB
CMYK
RGB Variations
Color information
#F0155D (or 0xF0155D) is known color: Razzmatazz. HEX triplet: F0, 15 and 5D. RGB value is (240,21,93). Sum of RGB (Red+Green+Blue) = 240+21+93=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0155D is #0FEAA2. Grayscale: #5E5E5E. Windows color (decimal): -1043107 or 6100464. OLE color: 6100464.
HSL color Cylindrical-coordinate representation of color #F0155D: hue angle of 340.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0155D is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 93 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.06 |
| HSL | 340.27º | 0.88% | 0.51% | - |
| HSV(B) | 340.27º | 0.91% | 0.94% | - |
| XYZ | 38.18 | 19.85 | 12.18 | - |
| YUV | 94.69 | 127.05 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 93 | 0 | 0.91 | 0.61 | 0.06 | 340.27 | 0.88 | 0.51 |
| Hex | F0 | 15 | 5D | 0 | 5B | 3D | 6 | 154 | 58 | 33 |
| Octal | 360 | 25 | 135 | 0 | 133 | 75 | 6 | 524 | 130 | 63 |
| Binary | 11110000 | 10101 | 1011101 | 0 | 1011011 | 111101 | 110 | 101010100 | 1011000 | 110011 |
Color Harmonies of #F0155D
Complementary color
Monochromatic Colors of #F0155D
Black with #F0155D
Text Example
Text Example
White with #F0155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0155D; }
p { color: rgb(240,21,93); }
H1.HeaderClassName
{
color: #F0155D;
}
.AnyTagClassName
{
color: #F0155D;
}
</style>
background-color css
<style>
a { background-color: #F0155D; }
a { background-color: rgb(240,21,93); }
div.DivClassName
{
background-color: #F0155D;
}
.BgClassName
{
background-color: #F0155D;
}
</style>
border-color css
<style>
span { border-color: #F0155D; }
span { border-color: rgb(240,21,93); }
td.TdClassName
{
border-color: #F0155D;
}
.TagClassName
{
border-color: #F0155D;
}
</style>