Shades of Razzmatazz #F5135C
Tints of Razzmatazz #F5135C
RGB
CMYK
RGB Variations
Color information
#F5135C (or 0xF5135C) is known color: Razzmatazz. HEX triplet: F5, 13 and 5C. RGB value is (245,19,92). Sum of RGB (Red+Green+Blue) = 245+19+92=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5135C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5135C is #0AECA3. Grayscale: #5E5E5E. Windows color (decimal): -715940 or 6034421. OLE color: 6034421.
HSL color Cylindrical-coordinate representation of color #F5135C: hue angle of 340.62º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5135C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 92 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.04 |
| HSL | 340.62º | 0.92% | 0.52% | - |
| HSV(B) | 340.62º | 0.92% | 0.96% | - |
| XYZ | 39.82 | 20.65 | 12.01 | - |
| YUV | 94.9 | 126.37 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 92 | 0 | 0.92 | 0.62 | 0.04 | 340.62 | 0.92 | 0.52 |
| Hex | F5 | 13 | 5C | 0 | 5C | 3E | 4 | 155 | 5C | 34 |
| Octal | 365 | 23 | 134 | 0 | 134 | 76 | 4 | 525 | 134 | 64 |
| Binary | 11110101 | 10011 | 1011100 | 0 | 1011100 | 111110 | 100 | 101010101 | 1011100 | 110100 |
Color Harmonies of #F5135C
Complementary color
Monochromatic Colors of #F5135C
Black with #F5135C
Text Example
Text Example
White with #F5135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5135C; }
p { color: rgb(245,19,92); }
H1.HeaderClassName
{
color: #F5135C;
}
.AnyTagClassName
{
color: #F5135C;
}
</style>
background-color css
<style>
a { background-color: #F5135C; }
a { background-color: rgb(245,19,92); }
div.DivClassName
{
background-color: #F5135C;
}
.BgClassName
{
background-color: #F5135C;
}
</style>
border-color css
<style>
span { border-color: #F5135C; }
span { border-color: rgb(245,19,92); }
td.TdClassName
{
border-color: #F5135C;
}
.TagClassName
{
border-color: #F5135C;
}
</style>