Shades of Razzmatazz #F50357
Tints of Razzmatazz #F50357
RGB
CMYK
RGB Variations
Color information
#F50357 (or 0xF50357) is known color: Razzmatazz. HEX triplet: F5, 03 and 57. RGB value is (245,3,87). Sum of RGB (Red+Green+Blue) = 245+3+87=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F50357 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50357 is #0AFCA8. Grayscale: #545454. Windows color (decimal): -720041 or 5702645. OLE color: 5702645.
HSL color Cylindrical-coordinate representation of color #F50357: hue angle of 339.17º 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 #F50357 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 87 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.04 |
| HSL | 339.17º | 0.98% | 0.49% | - |
| HSV(B) | 339.17º | 0.99% | 0.96% | - |
| XYZ | 39.41 | 20.17 | 10.83 | - |
| YUV | 84.93 | 129.17 | 242.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 87 | 0 | 0.99 | 0.64 | 0.04 | 339.17 | 0.98 | 0.49 |
| Hex | F5 | 3 | 57 | 0 | 63 | 40 | 4 | 153 | 62 | 31 |
| Octal | 365 | 3 | 127 | 0 | 143 | 100 | 4 | 523 | 142 | 61 |
| Binary | 11110101 | 11 | 1010111 | 0 | 1100011 | 1000000 | 100 | 101010011 | 1100010 | 110001 |
Color Harmonies of #F50357
Complementary color
Monochromatic Colors of #F50357
Black with #F50357
Text Example
Text Example
White with #F50357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50357; }
p { color: rgb(245,3,87); }
H1.HeaderClassName
{
color: #F50357;
}
.AnyTagClassName
{
color: #F50357;
}
</style>
background-color css
<style>
a { background-color: #F50357; }
a { background-color: rgb(245,3,87); }
div.DivClassName
{
background-color: #F50357;
}
.BgClassName
{
background-color: #F50357;
}
</style>
border-color css
<style>
span { border-color: #F50357; }
span { border-color: rgb(245,3,87); }
td.TdClassName
{
border-color: #F50357;
}
.TagClassName
{
border-color: #F50357;
}
</style>