Shades of Razzmatazz #F01558
Tints of Razzmatazz #F01558
RGB
CMYK
RGB Variations
Color information
#F01558 (or 0xF01558) is known color: Razzmatazz. HEX triplet: F0, 15 and 58. RGB value is (240,21,88). Sum of RGB (Red+Green+Blue) = 240+21+88=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F01558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01558 is #0FEAA7. Grayscale: #5E5E5E. Windows color (decimal): -1043112 or 5772784. OLE color: 5772784.
HSL color Cylindrical-coordinate representation of color #F01558: hue angle of 341.64º 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 #F01558 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 88 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.06 |
| HSL | 341.64º | 0.88% | 0.51% | - |
| HSV(B) | 341.64º | 0.91% | 0.94% | - |
| XYZ | 37.96 | 19.77 | 11.05 | - |
| YUV | 94.12 | 124.55 | 232.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 88 | 0 | 0.91 | 0.63 | 0.06 | 341.64 | 0.88 | 0.51 |
| Hex | F0 | 15 | 58 | 0 | 5B | 3F | 6 | 156 | 58 | 33 |
| Octal | 360 | 25 | 130 | 0 | 133 | 77 | 6 | 526 | 130 | 63 |
| Binary | 11110000 | 10101 | 1011000 | 0 | 1011011 | 111111 | 110 | 101010110 | 1011000 | 110011 |
Color Harmonies of #F01558
Complementary color
Monochromatic Colors of #F01558
Black with #F01558
Text Example
Text Example
White with #F01558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01558; }
p { color: rgb(240,21,88); }
H1.HeaderClassName
{
color: #F01558;
}
.AnyTagClassName
{
color: #F01558;
}
</style>
background-color css
<style>
a { background-color: #F01558; }
a { background-color: rgb(240,21,88); }
div.DivClassName
{
background-color: #F01558;
}
.BgClassName
{
background-color: #F01558;
}
</style>
border-color css
<style>
span { border-color: #F01558; }
span { border-color: rgb(240,21,88); }
td.TdClassName
{
border-color: #F01558;
}
.TagClassName
{
border-color: #F01558;
}
</style>