Shades of Razzmatazz #F01256
Tints of Razzmatazz #F01256
RGB
CMYK
RGB Variations
Color information
#F01256 (or 0xF01256) is known color: Razzmatazz. HEX triplet: F0, 12 and 56. RGB value is (240,18,86). Sum of RGB (Red+Green+Blue) = 240+18+86=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F01256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01256 is #0FEDA9. Grayscale: #5C5C5C. Windows color (decimal): -1043882 or 5640944. OLE color: 5640944.
HSL color Cylindrical-coordinate representation of color #F01256: hue angle of 341.62º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01256 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 86 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.06 |
| HSL | 341.62º | 0.88% | 0.51% | - |
| HSV(B) | 341.62º | 0.93% | 0.94% | - |
| XYZ | 37.83 | 19.63 | 10.6 | - |
| YUV | 92.13 | 124.55 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 86 | 0 | 0.92 | 0.64 | 0.06 | 341.62 | 0.88 | 0.51 |
| Hex | F0 | 12 | 56 | 0 | 5C | 40 | 6 | 156 | 58 | 33 |
| Octal | 360 | 22 | 126 | 0 | 134 | 100 | 6 | 526 | 130 | 63 |
| Binary | 11110000 | 10010 | 1010110 | 0 | 1011100 | 1000000 | 110 | 101010110 | 1011000 | 110011 |
Color Harmonies of #F01256
Complementary color
Monochromatic Colors of #F01256
Black with #F01256
Text Example
Text Example
White with #F01256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01256; }
p { color: rgb(240,18,86); }
H1.HeaderClassName
{
color: #F01256;
}
.AnyTagClassName
{
color: #F01256;
}
</style>
background-color css
<style>
a { background-color: #F01256; }
a { background-color: rgb(240,18,86); }
div.DivClassName
{
background-color: #F01256;
}
.BgClassName
{
background-color: #F01256;
}
</style>
border-color css
<style>
span { border-color: #F01256; }
span { border-color: rgb(240,18,86); }
td.TdClassName
{
border-color: #F01256;
}
.TagClassName
{
border-color: #F01256;
}
</style>