Shades of Razzmatazz #F50B6D
Tints of Razzmatazz #F50B6D
RGB
CMYK
RGB Variations
Color information
#F50B6D (or 0xF50B6D) is known color: Razzmatazz. HEX triplet: F5, 0B and 6D. RGB value is (245,11,109). Sum of RGB (Red+Green+Blue) = 245+11+109=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F50B6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50B6D is #0AF492. Grayscale: #5B5B5B. Windows color (decimal): -717971 or 7146485. OLE color: 7146485.
HSL color Cylindrical-coordinate representation of color #F50B6D: hue angle of 334.87º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50B6D is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 109 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.04 |
| HSL | 334.87º | 0.92% | 0.5% | - |
| HSV(B) | 334.87º | 0.96% | 0.96% | - |
| XYZ | 40.54 | 20.76 | 16.34 | - |
| YUV | 92.14 | 137.52 | 237.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 109 | 0 | 0.96 | 0.56 | 0.04 | 334.87 | 0.92 | 0.5 |
| Hex | F5 | B | 6D | 0 | 60 | 38 | 4 | 14F | 5C | 32 |
| Octal | 365 | 13 | 155 | 0 | 140 | 70 | 4 | 517 | 134 | 62 |
| Binary | 11110101 | 1011 | 1101101 | 0 | 1100000 | 111000 | 100 | 101001111 | 1011100 | 110010 |
Color Harmonies of #F50B6D
Complementary color
Monochromatic Colors of #F50B6D
Black with #F50B6D
Text Example
Text Example
White with #F50B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50B6D; }
p { color: rgb(245,11,109); }
H1.HeaderClassName
{
color: #F50B6D;
}
.AnyTagClassName
{
color: #F50B6D;
}
</style>
background-color css
<style>
a { background-color: #F50B6D; }
a { background-color: rgb(245,11,109); }
div.DivClassName
{
background-color: #F50B6D;
}
.BgClassName
{
background-color: #F50B6D;
}
</style>
border-color css
<style>
span { border-color: #F50B6D; }
span { border-color: rgb(245,11,109); }
td.TdClassName
{
border-color: #F50B6D;
}
.TagClassName
{
border-color: #F50B6D;
}
</style>