Shades of Razzmatazz #F50358
Tints of Razzmatazz #F50358
RGB
CMYK
RGB Variations
Color information
#F50358 (or 0xF50358) is known color: Razzmatazz. HEX triplet: F5, 03 and 58. RGB value is (245,3,88). Sum of RGB (Red+Green+Blue) = 245+3+88=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F50358 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50358 is #0AFCA7. Grayscale: #545454. Windows color (decimal): -720040 or 5768181. OLE color: 5768181.
HSL color Cylindrical-coordinate representation of color #F50358: hue angle of 338.93º 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 #F50358 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 88 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.04 |
| HSL | 338.93º | 0.98% | 0.49% | - |
| HSV(B) | 338.93º | 0.99% | 0.96% | - |
| XYZ | 39.45 | 20.18 | 11.05 | - |
| YUV | 85.05 | 129.67 | 242.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 88 | 0 | 0.99 | 0.64 | 0.04 | 338.93 | 0.98 | 0.49 |
| Hex | F5 | 3 | 58 | 0 | 63 | 40 | 4 | 153 | 62 | 31 |
| Octal | 365 | 3 | 130 | 0 | 143 | 100 | 4 | 523 | 142 | 61 |
| Binary | 11110101 | 11 | 1011000 | 0 | 1100011 | 1000000 | 100 | 101010011 | 1100010 | 110001 |
Color Harmonies of #F50358
Complementary color
Monochromatic Colors of #F50358
Black with #F50358
Text Example
Text Example
White with #F50358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50358; }
p { color: rgb(245,3,88); }
H1.HeaderClassName
{
color: #F50358;
}
.AnyTagClassName
{
color: #F50358;
}
</style>
background-color css
<style>
a { background-color: #F50358; }
a { background-color: rgb(245,3,88); }
div.DivClassName
{
background-color: #F50358;
}
.BgClassName
{
background-color: #F50358;
}
</style>
border-color css
<style>
span { border-color: #F50358; }
span { border-color: rgb(245,3,88); }
td.TdClassName
{
border-color: #F50358;
}
.TagClassName
{
border-color: #F50358;
}
</style>