Shades of Razzmatazz #F01356
Tints of Razzmatazz #F01356
RGB
CMYK
RGB Variations
Color information
#F01356 (or 0xF01356) is known color: Razzmatazz. HEX triplet: F0, 13 and 56. RGB value is (240,19,86). Sum of RGB (Red+Green+Blue) = 240+19+86=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F01356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01356 is #0FECA9. Grayscale: #5C5C5C. Windows color (decimal): -1043626 or 5641200. OLE color: 5641200.
HSL color Cylindrical-coordinate representation of color #F01356: hue angle of 341.81º 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 #F01356 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 86 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.06 |
| HSL | 341.81º | 0.88% | 0.51% | - |
| HSV(B) | 341.81º | 0.92% | 0.94% | - |
| XYZ | 37.85 | 19.66 | 10.6 | - |
| YUV | 92.72 | 124.22 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 86 | 0 | 0.92 | 0.64 | 0.06 | 341.81 | 0.88 | 0.51 |
| Hex | F0 | 13 | 56 | 0 | 5C | 40 | 6 | 156 | 58 | 33 |
| Octal | 360 | 23 | 126 | 0 | 134 | 100 | 6 | 526 | 130 | 63 |
| Binary | 11110000 | 10011 | 1010110 | 0 | 1011100 | 1000000 | 110 | 101010110 | 1011000 | 110011 |
Color Harmonies of #F01356
Complementary color
Monochromatic Colors of #F01356
Black with #F01356
Text Example
Text Example
White with #F01356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01356; }
p { color: rgb(240,19,86); }
H1.HeaderClassName
{
color: #F01356;
}
.AnyTagClassName
{
color: #F01356;
}
</style>
background-color css
<style>
a { background-color: #F01356; }
a { background-color: rgb(240,19,86); }
div.DivClassName
{
background-color: #F01356;
}
.BgClassName
{
background-color: #F01356;
}
</style>
border-color css
<style>
span { border-color: #F01356; }
span { border-color: rgb(240,19,86); }
td.TdClassName
{
border-color: #F01356;
}
.TagClassName
{
border-color: #F01356;
}
</style>