Shades of Razzmatazz #F5105D
Tints of Razzmatazz #F5105D
RGB
CMYK
RGB Variations
Color information
#F5105D (or 0xF5105D) is known color: Razzmatazz. HEX triplet: F5, 10 and 5D. RGB value is (245,16,93). Sum of RGB (Red+Green+Blue) = 245+16+93=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F5105D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5105D is #0AEFA2. Grayscale: #5D5D5D. Windows color (decimal): -716707 or 6099189. OLE color: 6099189.
HSL color Cylindrical-coordinate representation of color #F5105D: hue angle of 339.83º 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 #F5105D is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 93 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.04 |
| HSL | 339.83º | 0.92% | 0.51% | - |
| HSV(B) | 339.83º | 0.93% | 0.96% | - |
| XYZ | 39.82 | 20.57 | 12.23 | - |
| YUV | 93.25 | 127.87 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 93 | 0 | 0.93 | 0.62 | 0.04 | 339.83 | 0.92 | 0.51 |
| Hex | F5 | 10 | 5D | 0 | 5D | 3E | 4 | 154 | 5C | 33 |
| Octal | 365 | 20 | 135 | 0 | 135 | 76 | 4 | 524 | 134 | 63 |
| Binary | 11110101 | 10000 | 1011101 | 0 | 1011101 | 111110 | 100 | 101010100 | 1011100 | 110011 |
Color Harmonies of #F5105D
Complementary color
Monochromatic Colors of #F5105D
Black with #F5105D
Text Example
Text Example
White with #F5105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5105D; }
p { color: rgb(245,16,93); }
H1.HeaderClassName
{
color: #F5105D;
}
.AnyTagClassName
{
color: #F5105D;
}
</style>
background-color css
<style>
a { background-color: #F5105D; }
a { background-color: rgb(245,16,93); }
div.DivClassName
{
background-color: #F5105D;
}
.BgClassName
{
background-color: #F5105D;
}
</style>
border-color css
<style>
span { border-color: #F5105D; }
span { border-color: rgb(245,16,93); }
td.TdClassName
{
border-color: #F5105D;
}
.TagClassName
{
border-color: #F5105D;
}
</style>