Shades of Razzmatazz #F50377
Tints of Razzmatazz #F50377
RGB
CMYK
RGB Variations
Color information
#F50377 (or 0xF50377) is known color: Razzmatazz. HEX triplet: F5, 03 and 77. RGB value is (245,3,119). Sum of RGB (Red+Green+Blue) = 245+3+119=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F50377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50377 is #0AFC88. Grayscale: #585858. Windows color (decimal): -720009 or 7799797. OLE color: 7799797.
HSL color Cylindrical-coordinate representation of color #F50377: hue angle of 331.24º 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 #F50377 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 119 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.04 |
| HSL | 331.24º | 0.98% | 0.49% | - |
| HSV(B) | 331.24º | 0.99% | 0.96% | - |
| XYZ | 41.02 | 20.81 | 19.31 | - |
| YUV | 88.58 | 145.17 | 239.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 119 | 0 | 0.99 | 0.51 | 0.04 | 331.24 | 0.98 | 0.49 |
| Hex | F5 | 3 | 77 | 0 | 63 | 33 | 4 | 14B | 62 | 31 |
| Octal | 365 | 3 | 167 | 0 | 143 | 63 | 4 | 513 | 142 | 61 |
| Binary | 11110101 | 11 | 1110111 | 0 | 1100011 | 110011 | 100 | 101001011 | 1100010 | 110001 |
Color Harmonies of #F50377
Complementary color
Monochromatic Colors of #F50377
Black with #F50377
Text Example
Text Example
White with #F50377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50377; }
p { color: rgb(245,3,119); }
H1.HeaderClassName
{
color: #F50377;
}
.AnyTagClassName
{
color: #F50377;
}
</style>
background-color css
<style>
a { background-color: #F50377; }
a { background-color: rgb(245,3,119); }
div.DivClassName
{
background-color: #F50377;
}
.BgClassName
{
background-color: #F50377;
}
</style>
border-color css
<style>
span { border-color: #F50377; }
span { border-color: rgb(245,3,119); }
td.TdClassName
{
border-color: #F50377;
}
.TagClassName
{
border-color: #F50377;
}
</style>