Shades of Razzmatazz #F01150
Tints of Razzmatazz #F01150
RGB
CMYK
RGB Variations
Color information
#F01150 (or 0xF01150) is known color: Razzmatazz. HEX triplet: F0, 11 and 50. RGB value is (240,17,80). Sum of RGB (Red+Green+Blue) = 240+17+80=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F01150 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01150 is #0FEEAF. Grayscale: #5A5A5A. Windows color (decimal): -1044144 or 5247472. OLE color: 5247472.
HSL color Cylindrical-coordinate representation of color #F01150: hue angle of 343.05º 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 #F01150 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 80 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.06 |
| HSL | 343.05º | 0.88% | 0.5% | - |
| HSV(B) | 343.05º | 0.93% | 0.94% | - |
| XYZ | 37.58 | 19.51 | 9.37 | - |
| YUV | 90.86 | 121.88 | 234.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 80 | 0 | 0.93 | 0.67 | 0.06 | 343.05 | 0.88 | 0.5 |
| Hex | F0 | 11 | 50 | 0 | 5D | 43 | 6 | 157 | 58 | 32 |
| Octal | 360 | 21 | 120 | 0 | 135 | 103 | 6 | 527 | 130 | 62 |
| Binary | 11110000 | 10001 | 1010000 | 0 | 1011101 | 1000011 | 110 | 101010111 | 1011000 | 110010 |
Color Harmonies of #F01150
Complementary color
Monochromatic Colors of #F01150
Black with #F01150
Text Example
Text Example
White with #F01150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01150; }
p { color: rgb(240,17,80); }
H1.HeaderClassName
{
color: #F01150;
}
.AnyTagClassName
{
color: #F01150;
}
</style>
background-color css
<style>
a { background-color: #F01150; }
a { background-color: rgb(240,17,80); }
div.DivClassName
{
background-color: #F01150;
}
.BgClassName
{
background-color: #F01150;
}
</style>
border-color css
<style>
span { border-color: #F01150; }
span { border-color: rgb(240,17,80); }
td.TdClassName
{
border-color: #F01150;
}
.TagClassName
{
border-color: #F01150;
}
</style>