Shades of Razzmatazz #F5175C
Tints of Razzmatazz #F5175C
RGB
CMYK
RGB Variations
Color information
#F5175C (or 0xF5175C) is known color: Razzmatazz. HEX triplet: F5, 17 and 5C. RGB value is (245,23,92). Sum of RGB (Red+Green+Blue) = 245+23+92=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F5175C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5175C is #0AE8A3. Grayscale: #616161. Windows color (decimal): -714916 or 6035445. OLE color: 6035445.
HSL color Cylindrical-coordinate representation of color #F5175C: hue angle of 341.35º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5175C is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 92 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.04 |
| HSL | 341.35º | 0.92% | 0.53% | - |
| HSV(B) | 341.35º | 0.91% | 0.96% | - |
| XYZ | 39.89 | 20.8 | 12.04 | - |
| YUV | 97.24 | 125.05 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 92 | 0 | 0.91 | 0.62 | 0.04 | 341.35 | 0.92 | 0.53 |
| Hex | F5 | 17 | 5C | 0 | 5B | 3E | 4 | 155 | 5C | 35 |
| Octal | 365 | 27 | 134 | 0 | 133 | 76 | 4 | 525 | 134 | 65 |
| Binary | 11110101 | 10111 | 1011100 | 0 | 1011011 | 111110 | 100 | 101010101 | 1011100 | 110101 |
Color Harmonies of #F5175C
Complementary color
Monochromatic Colors of #F5175C
Black with #F5175C
Text Example
Text Example
White with #F5175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5175C; }
p { color: rgb(245,23,92); }
H1.HeaderClassName
{
color: #F5175C;
}
.AnyTagClassName
{
color: #F5175C;
}
</style>
background-color css
<style>
a { background-color: #F5175C; }
a { background-color: rgb(245,23,92); }
div.DivClassName
{
background-color: #F5175C;
}
.BgClassName
{
background-color: #F5175C;
}
</style>
border-color css
<style>
span { border-color: #F5175C; }
span { border-color: rgb(245,23,92); }
td.TdClassName
{
border-color: #F5175C;
}
.TagClassName
{
border-color: #F5175C;
}
</style>