Shades of Razzmatazz #F50367
Tints of Razzmatazz #F50367
RGB
CMYK
RGB Variations
Color information
#F50367 (or 0xF50367) is known color: Razzmatazz. HEX triplet: F5, 03 and 67. RGB value is (245,3,103). Sum of RGB (Red+Green+Blue) = 245+3+103=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F50367 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50367 is #0AFC98. Grayscale: #565656. Windows color (decimal): -720025 or 6751221. OLE color: 6751221.
HSL color Cylindrical-coordinate representation of color #F50367: hue angle of 335.21º 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 #F50367 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 103 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.04 |
| HSL | 335.21º | 0.98% | 0.49% | - |
| HSV(B) | 335.21º | 0.99% | 0.96% | - |
| XYZ | 40.14 | 20.46 | 14.67 | - |
| YUV | 86.76 | 137.17 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 103 | 0 | 0.99 | 0.58 | 0.04 | 335.21 | 0.98 | 0.49 |
| Hex | F5 | 3 | 67 | 0 | 63 | 3A | 4 | 14F | 62 | 31 |
| Octal | 365 | 3 | 147 | 0 | 143 | 72 | 4 | 517 | 142 | 61 |
| Binary | 11110101 | 11 | 1100111 | 0 | 1100011 | 111010 | 100 | 101001111 | 1100010 | 110001 |
Color Harmonies of #F50367
Complementary color
Monochromatic Colors of #F50367
Black with #F50367
Text Example
Text Example
White with #F50367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50367; }
p { color: rgb(245,3,103); }
H1.HeaderClassName
{
color: #F50367;
}
.AnyTagClassName
{
color: #F50367;
}
</style>
background-color css
<style>
a { background-color: #F50367; }
a { background-color: rgb(245,3,103); }
div.DivClassName
{
background-color: #F50367;
}
.BgClassName
{
background-color: #F50367;
}
</style>
border-color css
<style>
span { border-color: #F50367; }
span { border-color: rgb(245,3,103); }
td.TdClassName
{
border-color: #F50367;
}
.TagClassName
{
border-color: #F50367;
}
</style>