Shades of Razzmatazz #F4014E
Tints of Razzmatazz #F4014E
RGB
CMYK
RGB Variations
Color information
#F4014E (or 0xF4014E) is known color: Razzmatazz. HEX triplet: F4, 01 and 4E. RGB value is (244,1,78). Sum of RGB (Red+Green+Blue) = 244+1+78=323 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.54% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 244 - color contains mainly: red. Hex color #F4014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4014E is #0BFEB1. Grayscale: #525252. Windows color (decimal): -786098 or 5112308. OLE color: 5112308.
HSL color Cylindrical-coordinate representation of color #F4014E: hue angle of 340.99º 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 #F4014E is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.04 |
| HSL | 340.99º | 0.99% | 0.48% | - |
| HSV(B) | 340.99º | 1% | 0.96% | - |
| XYZ | 38.69 | 19.8 | 8.99 | - |
| YUV | 82.44 | 125.51 | 243.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 78 | 0 | 1.00 | 0.68 | 0.04 | 340.99 | 0.99 | 0.48 |
| Hex | F4 | 1 | 4E | 0 | 64 | 44 | 4 | 155 | 63 | 30 |
| Octal | 364 | 1 | 116 | 0 | 144 | 104 | 4 | 525 | 143 | 60 |
| Binary | 11110100 | 1 | 1001110 | 0 | 1100100 | 1000100 | 100 | 101010101 | 1100011 | 110000 |
Color Harmonies of #F4014E
Complementary color
Monochromatic Colors of #F4014E
Black with #F4014E
Text Example
Text Example
White with #F4014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4014E; }
p { color: rgb(244,1,78); }
H1.HeaderClassName
{
color: #F4014E;
}
.AnyTagClassName
{
color: #F4014E;
}
</style>
background-color css
<style>
a { background-color: #F4014E; }
a { background-color: rgb(244,1,78); }
div.DivClassName
{
background-color: #F4014E;
}
.BgClassName
{
background-color: #F4014E;
}
</style>
border-color css
<style>
span { border-color: #F4014E; }
span { border-color: rgb(244,1,78); }
td.TdClassName
{
border-color: #F4014E;
}
.TagClassName
{
border-color: #F4014E;
}
</style>