Shades of Razzmatazz #F5014C
Tints of Razzmatazz #F5014C
RGB
CMYK
RGB Variations
Color information
#F5014C (or 0xF5014C) is known color: Razzmatazz. HEX triplet: F5, 01 and 4C. RGB value is (245,1,76). Sum of RGB (Red+Green+Blue) = 245+1+76=322 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.09% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 245 - color contains mainly: red. Hex color #F5014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5014C is #0AFEB3. Grayscale: #525252. Windows color (decimal): -720564 or 4981237. OLE color: 4981237.
HSL color Cylindrical-coordinate representation of color #F5014C: hue angle of 341.56º 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 #F5014C is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 76 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.04 |
| HSL | 341.56º | 0.99% | 0.48% | - |
| HSV(B) | 341.56º | 1% | 0.96% | - |
| XYZ | 38.97 | 19.96 | 8.64 | - |
| YUV | 82.51 | 124.34 | 243.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 76 | 0 | 1.00 | 0.69 | 0.04 | 341.56 | 0.99 | 0.48 |
| Hex | F5 | 1 | 4C | 0 | 64 | 45 | 4 | 156 | 63 | 30 |
| Octal | 365 | 1 | 114 | 0 | 144 | 105 | 4 | 526 | 143 | 60 |
| Binary | 11110101 | 1 | 1001100 | 0 | 1100100 | 1000101 | 100 | 101010110 | 1100011 | 110000 |
Color Harmonies of #F5014C
Complementary color
Monochromatic Colors of #F5014C
Black with #F5014C
Text Example
Text Example
White with #F5014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5014C; }
p { color: rgb(245,1,76); }
H1.HeaderClassName
{
color: #F5014C;
}
.AnyTagClassName
{
color: #F5014C;
}
</style>
background-color css
<style>
a { background-color: #F5014C; }
a { background-color: rgb(245,1,76); }
div.DivClassName
{
background-color: #F5014C;
}
.BgClassName
{
background-color: #F5014C;
}
</style>
border-color css
<style>
span { border-color: #F5014C; }
span { border-color: rgb(245,1,76); }
td.TdClassName
{
border-color: #F5014C;
}
.TagClassName
{
border-color: #F5014C;
}
</style>