Shades of Razzmatazz #F01460
Tints of Razzmatazz #F01460
RGB
CMYK
RGB Variations
Color information
#F01460 (or 0xF01460) is known color: Razzmatazz. HEX triplet: F0, 14 and 60. RGB value is (240,20,96). Sum of RGB (Red+Green+Blue) = 240+20+96=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F01460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01460 is #0FEB9F. Grayscale: #5E5E5E. Windows color (decimal): -1043360 or 6296816. OLE color: 6296816.
HSL color Cylindrical-coordinate representation of color #F01460: hue angle of 339.27º 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 #F01460 is Cyan = 0, Magento = 0.92, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 96 | - |
| CMYK | 0 | 0.92 | 0.6 | 0.06 |
| HSL | 339.27º | 0.88% | 0.51% | - |
| HSV(B) | 339.27º | 0.92% | 0.94% | - |
| XYZ | 38.3 | 19.87 | 12.88 | - |
| YUV | 94.44 | 128.89 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 96 | 0 | 0.92 | 0.6 | 0.06 | 339.27 | 0.88 | 0.51 |
| Hex | F0 | 14 | 60 | 0 | 5C | 3C | 6 | 153 | 58 | 33 |
| Octal | 360 | 24 | 140 | 0 | 134 | 74 | 6 | 523 | 130 | 63 |
| Binary | 11110000 | 10100 | 1100000 | 0 | 1011100 | 111100 | 110 | 101010011 | 1011000 | 110011 |
Color Harmonies of #F01460
Complementary color
Monochromatic Colors of #F01460
Black with #F01460
Text Example
Text Example
White with #F01460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01460; }
p { color: rgb(240,20,96); }
H1.HeaderClassName
{
color: #F01460;
}
.AnyTagClassName
{
color: #F01460;
}
</style>
background-color css
<style>
a { background-color: #F01460; }
a { background-color: rgb(240,20,96); }
div.DivClassName
{
background-color: #F01460;
}
.BgClassName
{
background-color: #F01460;
}
</style>
border-color css
<style>
span { border-color: #F01460; }
span { border-color: rgb(240,20,96); }
td.TdClassName
{
border-color: #F01460;
}
.TagClassName
{
border-color: #F01460;
}
</style>