Shades of Razzmatazz #F5106C
Tints of Razzmatazz #F5106C
RGB
CMYK
RGB Variations
Color information
#F5106C (or 0xF5106C) is known color: Razzmatazz. HEX triplet: F5, 10 and 6C. RGB value is (245,16,108). Sum of RGB (Red+Green+Blue) = 245+16+108=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F5106C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5106C is #0AEF93. Grayscale: #5E5E5E. Windows color (decimal): -716692 or 7082229. OLE color: 7082229.
HSL color Cylindrical-coordinate representation of color #F5106C: hue angle of 335.9º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5106C is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.04 |
| HSL | 335.9º | 0.92% | 0.51% | - |
| HSV(B) | 335.9º | 0.93% | 0.96% | - |
| XYZ | 40.55 | 20.87 | 16.08 | - |
| YUV | 94.96 | 135.37 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 108 | 0 | 0.93 | 0.56 | 0.04 | 335.9 | 0.92 | 0.51 |
| Hex | F5 | 10 | 6C | 0 | 5D | 38 | 4 | 150 | 5C | 33 |
| Octal | 365 | 20 | 154 | 0 | 135 | 70 | 4 | 520 | 134 | 63 |
| Binary | 11110101 | 10000 | 1101100 | 0 | 1011101 | 111000 | 100 | 101010000 | 1011100 | 110011 |
Color Harmonies of #F5106C
Complementary color
Monochromatic Colors of #F5106C
Black with #F5106C
Text Example
Text Example
White with #F5106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5106C; }
p { color: rgb(245,16,108); }
H1.HeaderClassName
{
color: #F5106C;
}
.AnyTagClassName
{
color: #F5106C;
}
</style>
background-color css
<style>
a { background-color: #F5106C; }
a { background-color: rgb(245,16,108); }
div.DivClassName
{
background-color: #F5106C;
}
.BgClassName
{
background-color: #F5106C;
}
</style>
border-color css
<style>
span { border-color: #F5106C; }
span { border-color: rgb(245,16,108); }
td.TdClassName
{
border-color: #F5106C;
}
.TagClassName
{
border-color: #F5106C;
}
</style>