Shades of Razzmatazz #F4014C
Tints of Razzmatazz #F4014C
RGB
CMYK
RGB Variations
Color information
#F4014C (or 0xF4014C) is known color: Razzmatazz. HEX triplet: F4, 01 and 4C. RGB value is (244,1,76). Sum of RGB (Red+Green+Blue) = 244+1+76=321 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.01% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 244 - color contains mainly: red. Hex color #F4014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4014C is #0BFEB3. Grayscale: #525252. Windows color (decimal): -786100 or 4981236. OLE color: 4981236.
HSL color Cylindrical-coordinate representation of color #F4014C: hue angle of 341.48º 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 #F4014C is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 76 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.04 |
| HSL | 341.48º | 0.99% | 0.48% | - |
| HSV(B) | 341.48º | 1% | 0.96% | - |
| XYZ | 38.62 | 19.78 | 8.62 | - |
| YUV | 82.21 | 124.51 | 243.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 76 | 0 | 1.00 | 0.69 | 0.04 | 341.48 | 0.99 | 0.48 |
| Hex | F4 | 1 | 4C | 0 | 64 | 45 | 4 | 155 | 63 | 30 |
| Octal | 364 | 1 | 114 | 0 | 144 | 105 | 4 | 525 | 143 | 60 |
| Binary | 11110100 | 1 | 1001100 | 0 | 1100100 | 1000101 | 100 | 101010101 | 1100011 | 110000 |
Color Harmonies of #F4014C
Complementary color
Monochromatic Colors of #F4014C
Black with #F4014C
Text Example
Text Example
White with #F4014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4014C; }
p { color: rgb(244,1,76); }
H1.HeaderClassName
{
color: #F4014C;
}
.AnyTagClassName
{
color: #F4014C;
}
</style>
background-color css
<style>
a { background-color: #F4014C; }
a { background-color: rgb(244,1,76); }
div.DivClassName
{
background-color: #F4014C;
}
.BgClassName
{
background-color: #F4014C;
}
</style>
border-color css
<style>
span { border-color: #F4014C; }
span { border-color: rgb(244,1,76); }
td.TdClassName
{
border-color: #F4014C;
}
.TagClassName
{
border-color: #F4014C;
}
</style>