Shades of Razzmatazz #F0115C
Tints of Razzmatazz #F0115C
RGB
CMYK
RGB Variations
Color information
#F0115C (or 0xF0115C) is known color: Razzmatazz. HEX triplet: F0, 11 and 5C. RGB value is (240,17,92). Sum of RGB (Red+Green+Blue) = 240+17+92=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0115C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0115C is #0FEEA3. Grayscale: #5C5C5C. Windows color (decimal): -1044132 or 6033904. OLE color: 6033904.
HSL color Cylindrical-coordinate representation of color #F0115C: hue angle of 339.82º 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 #F0115C is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 92 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.06 |
| HSL | 339.82º | 0.88% | 0.5% | - |
| HSV(B) | 339.82º | 0.93% | 0.94% | - |
| XYZ | 38.07 | 19.7 | 11.92 | - |
| YUV | 92.23 | 127.88 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 92 | 0 | 0.93 | 0.62 | 0.06 | 339.82 | 0.88 | 0.5 |
| Hex | F0 | 11 | 5C | 0 | 5D | 3E | 6 | 154 | 58 | 32 |
| Octal | 360 | 21 | 134 | 0 | 135 | 76 | 6 | 524 | 130 | 62 |
| Binary | 11110000 | 10001 | 1011100 | 0 | 1011101 | 111110 | 110 | 101010100 | 1011000 | 110010 |
Color Harmonies of #F0115C
Complementary color
Monochromatic Colors of #F0115C
Black with #F0115C
Text Example
Text Example
White with #F0115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0115C; }
p { color: rgb(240,17,92); }
H1.HeaderClassName
{
color: #F0115C;
}
.AnyTagClassName
{
color: #F0115C;
}
</style>
background-color css
<style>
a { background-color: #F0115C; }
a { background-color: rgb(240,17,92); }
div.DivClassName
{
background-color: #F0115C;
}
.BgClassName
{
background-color: #F0115C;
}
</style>
border-color css
<style>
span { border-color: #F0115C; }
span { border-color: rgb(240,17,92); }
td.TdClassName
{
border-color: #F0115C;
}
.TagClassName
{
border-color: #F0115C;
}
</style>