Shades of Razzmatazz #F5155D
Tints of Razzmatazz #F5155D
RGB
CMYK
RGB Variations
Color information
#F5155D (or 0xF5155D) is known color: Razzmatazz. HEX triplet: F5, 15 and 5D. RGB value is (245,21,93). Sum of RGB (Red+Green+Blue) = 245+21+93=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F5155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5155D is #0AEAA2. Grayscale: #606060. Windows color (decimal): -715427 or 6100469. OLE color: 6100469.
HSL color Cylindrical-coordinate representation of color #F5155D: hue angle of 340.71º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5155D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 93 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.04 |
| HSL | 340.71º | 0.92% | 0.52% | - |
| HSV(B) | 340.71º | 0.91% | 0.96% | - |
| XYZ | 39.9 | 20.74 | 12.26 | - |
| YUV | 96.18 | 126.21 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 93 | 0 | 0.91 | 0.62 | 0.04 | 340.71 | 0.92 | 0.52 |
| Hex | F5 | 15 | 5D | 0 | 5B | 3E | 4 | 155 | 5C | 34 |
| Octal | 365 | 25 | 135 | 0 | 133 | 76 | 4 | 525 | 134 | 64 |
| Binary | 11110101 | 10101 | 1011101 | 0 | 1011011 | 111110 | 100 | 101010101 | 1011100 | 110100 |
Color Harmonies of #F5155D
Complementary color
Monochromatic Colors of #F5155D
Black with #F5155D
Text Example
Text Example
White with #F5155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5155D; }
p { color: rgb(245,21,93); }
H1.HeaderClassName
{
color: #F5155D;
}
.AnyTagClassName
{
color: #F5155D;
}
</style>
background-color css
<style>
a { background-color: #F5155D; }
a { background-color: rgb(245,21,93); }
div.DivClassName
{
background-color: #F5155D;
}
.BgClassName
{
background-color: #F5155D;
}
</style>
border-color css
<style>
span { border-color: #F5155D; }
span { border-color: rgb(245,21,93); }
td.TdClassName
{
border-color: #F5155D;
}
.TagClassName
{
border-color: #F5155D;
}
</style>