Shades of Razzmatazz #F0155C
Tints of Razzmatazz #F0155C
RGB
CMYK
RGB Variations
Color information
#F0155C (or 0xF0155C) is known color: Razzmatazz. HEX triplet: F0, 15 and 5C. RGB value is (240,21,92). Sum of RGB (Red+Green+Blue) = 240+21+92=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0155C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0155C is #0FEAA3. Grayscale: #5E5E5E. Windows color (decimal): -1043108 or 6034928. OLE color: 6034928.
HSL color Cylindrical-coordinate representation of color #F0155C: hue angle of 340.55º 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 #F0155C is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 92 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.06 |
| HSL | 340.55º | 0.88% | 0.51% | - |
| HSV(B) | 340.55º | 0.91% | 0.94% | - |
| XYZ | 38.14 | 19.83 | 11.94 | - |
| YUV | 94.58 | 126.55 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 92 | 0 | 0.91 | 0.62 | 0.06 | 340.55 | 0.88 | 0.51 |
| Hex | F0 | 15 | 5C | 0 | 5B | 3E | 6 | 155 | 58 | 33 |
| Octal | 360 | 25 | 134 | 0 | 133 | 76 | 6 | 525 | 130 | 63 |
| Binary | 11110000 | 10101 | 1011100 | 0 | 1011011 | 111110 | 110 | 101010101 | 1011000 | 110011 |
Color Harmonies of #F0155C
Complementary color
Monochromatic Colors of #F0155C
Black with #F0155C
Text Example
Text Example
White with #F0155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0155C; }
p { color: rgb(240,21,92); }
H1.HeaderClassName
{
color: #F0155C;
}
.AnyTagClassName
{
color: #F0155C;
}
</style>
background-color css
<style>
a { background-color: #F0155C; }
a { background-color: rgb(240,21,92); }
div.DivClassName
{
background-color: #F0155C;
}
.BgClassName
{
background-color: #F0155C;
}
</style>
border-color css
<style>
span { border-color: #F0155C; }
span { border-color: rgb(240,21,92); }
td.TdClassName
{
border-color: #F0155C;
}
.TagClassName
{
border-color: #F0155C;
}
</style>