Shades of Razzmatazz #F50F6B
Tints of Razzmatazz #F50F6B
RGB
CMYK
RGB Variations
Color information
#F50F6B (or 0xF50F6B) is known color: Razzmatazz. HEX triplet: F5, 0F and 6B. RGB value is (245,15,107). Sum of RGB (Red+Green+Blue) = 245+15+107=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50F6B is #0AF094. Grayscale: #5E5E5E. Windows color (decimal): -716949 or 7016437. OLE color: 7016437.
HSL color Cylindrical-coordinate representation of color #F50F6B: hue angle of 336º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50F6B is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 107 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.04 |
| HSL | 336º | 0.92% | 0.51% | - |
| HSV(B) | 336º | 0.94% | 0.96% | - |
| XYZ | 40.48 | 20.82 | 15.79 | - |
| YUV | 94.26 | 135.2 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 107 | 0 | 0.94 | 0.56 | 0.04 | 336 | 0.92 | 0.51 |
| Hex | F5 | F | 6B | 0 | 5E | 38 | 4 | 150 | 5C | 33 |
| Octal | 365 | 17 | 153 | 0 | 136 | 70 | 4 | 520 | 134 | 63 |
| Binary | 11110101 | 1111 | 1101011 | 0 | 1011110 | 111000 | 100 | 101010000 | 1011100 | 110011 |
Color Harmonies of #F50F6B
Complementary color
Monochromatic Colors of #F50F6B
Black with #F50F6B
Text Example
Text Example
White with #F50F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50F6B; }
p { color: rgb(245,15,107); }
H1.HeaderClassName
{
color: #F50F6B;
}
.AnyTagClassName
{
color: #F50F6B;
}
</style>
background-color css
<style>
a { background-color: #F50F6B; }
a { background-color: rgb(245,15,107); }
div.DivClassName
{
background-color: #F50F6B;
}
.BgClassName
{
background-color: #F50F6B;
}
</style>
border-color css
<style>
span { border-color: #F50F6B; }
span { border-color: rgb(245,15,107); }
td.TdClassName
{
border-color: #F50F6B;
}
.TagClassName
{
border-color: #F50F6B;
}
</style>