Shades of Razzmatazz #F50356
Tints of Razzmatazz #F50356
RGB
CMYK
RGB Variations
Color information
#F50356 (or 0xF50356) is known color: Razzmatazz. HEX triplet: F5, 03 and 56. RGB value is (245,3,86). Sum of RGB (Red+Green+Blue) = 245+3+86=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F50356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50356 is #0AFCA9. Grayscale: #545454. Windows color (decimal): -720042 or 5637109. OLE color: 5637109.
HSL color Cylindrical-coordinate representation of color #F50356: hue angle of 339.42º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50356 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.04 |
| HSL | 339.42º | 0.98% | 0.49% | - |
| HSV(B) | 339.42º | 0.99% | 0.96% | - |
| XYZ | 39.37 | 20.15 | 10.62 | - |
| YUV | 84.82 | 128.67 | 242.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 86 | 0 | 0.99 | 0.65 | 0.04 | 339.42 | 0.98 | 0.49 |
| Hex | F5 | 3 | 56 | 0 | 63 | 41 | 4 | 153 | 62 | 31 |
| Octal | 365 | 3 | 126 | 0 | 143 | 101 | 4 | 523 | 142 | 61 |
| Binary | 11110101 | 11 | 1010110 | 0 | 1100011 | 1000001 | 100 | 101010011 | 1100010 | 110001 |
Color Harmonies of #F50356
Complementary color
Monochromatic Colors of #F50356
Black with #F50356
Text Example
Text Example
White with #F50356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50356; }
p { color: rgb(245,3,86); }
H1.HeaderClassName
{
color: #F50356;
}
.AnyTagClassName
{
color: #F50356;
}
</style>
background-color css
<style>
a { background-color: #F50356; }
a { background-color: rgb(245,3,86); }
div.DivClassName
{
background-color: #F50356;
}
.BgClassName
{
background-color: #F50356;
}
</style>
border-color css
<style>
span { border-color: #F50356; }
span { border-color: rgb(245,3,86); }
td.TdClassName
{
border-color: #F50356;
}
.TagClassName
{
border-color: #F50356;
}
</style>