Shades of Razzmatazz #F5014A
Tints of Razzmatazz #F5014A
RGB
CMYK
RGB Variations
Color information
#F5014A (or 0xF5014A) is known color: Razzmatazz. HEX triplet: F5, 01 and 4A. RGB value is (245,1,74). Sum of RGB (Red+Green+Blue) = 245+1+74=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F5014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5014A is #0AFEB5. Grayscale: #525252. Windows color (decimal): -720566 or 4850165. OLE color: 4850165.
HSL color Cylindrical-coordinate representation of color #F5014A: hue angle of 342.05º 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 #F5014A is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 74 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.04 |
| HSL | 342.05º | 0.99% | 0.48% | - |
| HSV(B) | 342.05º | 1% | 0.96% | - |
| XYZ | 38.9 | 19.93 | 8.27 | - |
| YUV | 82.28 | 123.34 | 244.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 74 | 0 | 1.00 | 0.70 | 0.04 | 342.05 | 0.99 | 0.48 |
| Hex | F5 | 1 | 4A | 0 | 64 | 46 | 4 | 156 | 63 | 30 |
| Octal | 365 | 1 | 112 | 0 | 144 | 106 | 4 | 526 | 143 | 60 |
| Binary | 11110101 | 1 | 1001010 | 0 | 1100100 | 1000110 | 100 | 101010110 | 1100011 | 110000 |
Color Harmonies of #F5014A
Complementary color
Monochromatic Colors of #F5014A
Black with #F5014A
Text Example
Text Example
White with #F5014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5014A; }
p { color: rgb(245,1,74); }
H1.HeaderClassName
{
color: #F5014A;
}
.AnyTagClassName
{
color: #F5014A;
}
</style>
background-color css
<style>
a { background-color: #F5014A; }
a { background-color: rgb(245,1,74); }
div.DivClassName
{
background-color: #F5014A;
}
.BgClassName
{
background-color: #F5014A;
}
</style>
border-color css
<style>
span { border-color: #F5014A; }
span { border-color: rgb(245,1,74); }
td.TdClassName
{
border-color: #F5014A;
}
.TagClassName
{
border-color: #F5014A;
}
</style>