Shades of Razzmatazz #F50372
Tints of Razzmatazz #F50372
RGB
CMYK
RGB Variations
Color information
#F50372 (or 0xF50372) is known color: Razzmatazz. HEX triplet: F5, 03 and 72. RGB value is (245,3,114). Sum of RGB (Red+Green+Blue) = 245+3+114=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F50372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50372 is #0AFC8D. Grayscale: #575757. Windows color (decimal): -720014 or 7472117. OLE color: 7472117.
HSL color Cylindrical-coordinate representation of color #F50372: hue angle of 332.48º 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 #F50372 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.04 |
| HSL | 332.48º | 0.98% | 0.49% | - |
| HSV(B) | 332.48º | 0.99% | 0.96% | - |
| XYZ | 40.73 | 20.69 | 17.77 | - |
| YUV | 88.01 | 142.67 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 114 | 0 | 0.99 | 0.53 | 0.04 | 332.48 | 0.98 | 0.49 |
| Hex | F5 | 3 | 72 | 0 | 63 | 35 | 4 | 14C | 62 | 31 |
| Octal | 365 | 3 | 162 | 0 | 143 | 65 | 4 | 514 | 142 | 61 |
| Binary | 11110101 | 11 | 1110010 | 0 | 1100011 | 110101 | 100 | 101001100 | 1100010 | 110001 |
Color Harmonies of #F50372
Complementary color
Monochromatic Colors of #F50372
Black with #F50372
Text Example
Text Example
White with #F50372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50372; }
p { color: rgb(245,3,114); }
H1.HeaderClassName
{
color: #F50372;
}
.AnyTagClassName
{
color: #F50372;
}
</style>
background-color css
<style>
a { background-color: #F50372; }
a { background-color: rgb(245,3,114); }
div.DivClassName
{
background-color: #F50372;
}
.BgClassName
{
background-color: #F50372;
}
</style>
border-color css
<style>
span { border-color: #F50372; }
span { border-color: rgb(245,3,114); }
td.TdClassName
{
border-color: #F50372;
}
.TagClassName
{
border-color: #F50372;
}
</style>