Shades of Razzmatazz #F4015E
Tints of Razzmatazz #F4015E
RGB
CMYK
RGB Variations
Color information
#F4015E (or 0xF4015E) is known color: Razzmatazz. HEX triplet: F4, 01 and 5E. RGB value is (244,1,94). Sum of RGB (Red+Green+Blue) = 244+1+94=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F4015E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4015E is #0BFEA1. Grayscale: #545454. Windows color (decimal): -786082 or 6160884. OLE color: 6160884.
HSL color Cylindrical-coordinate representation of color #F4015E: hue angle of 337.04º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4015E is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 94 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.04 |
| HSL | 337.04º | 0.99% | 0.48% | - |
| HSV(B) | 337.04º | 1% | 0.96% | - |
| XYZ | 39.34 | 20.06 | 12.39 | - |
| YUV | 84.26 | 133.51 | 241.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 94 | 0 | 1.00 | 0.61 | 0.04 | 337.04 | 0.99 | 0.48 |
| Hex | F4 | 1 | 5E | 0 | 64 | 3D | 4 | 151 | 63 | 30 |
| Octal | 364 | 1 | 136 | 0 | 144 | 75 | 4 | 521 | 143 | 60 |
| Binary | 11110100 | 1 | 1011110 | 0 | 1100100 | 111101 | 100 | 101010001 | 1100011 | 110000 |
Color Harmonies of #F4015E
Complementary color
Monochromatic Colors of #F4015E
Black with #F4015E
Text Example
Text Example
White with #F4015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4015E; }
p { color: rgb(244,1,94); }
H1.HeaderClassName
{
color: #F4015E;
}
.AnyTagClassName
{
color: #F4015E;
}
</style>
background-color css
<style>
a { background-color: #F4015E; }
a { background-color: rgb(244,1,94); }
div.DivClassName
{
background-color: #F4015E;
}
.BgClassName
{
background-color: #F4015E;
}
</style>
border-color css
<style>
span { border-color: #F4015E; }
span { border-color: rgb(244,1,94); }
td.TdClassName
{
border-color: #F4015E;
}
.TagClassName
{
border-color: #F4015E;
}
</style>