Shades of Razzmatazz #F7175A
Tints of Razzmatazz #F7175A
RGB
CMYK
RGB Variations
Color information
#F7175A (or 0xF7175A) is known color: Razzmatazz. HEX triplet: F7, 17 and 5A. RGB value is (247,23,90). Sum of RGB (Red+Green+Blue) = 247+23+90=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F7175A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7175A is #08E8A5. Grayscale: #616161. Windows color (decimal): -583846 or 5904375. OLE color: 5904375.
HSL color Cylindrical-coordinate representation of color #F7175A: hue angle of 342.05º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7175A is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 90 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.03 |
| HSL | 342.05º | 0.93% | 0.53% | - |
| HSV(B) | 342.05º | 0.91% | 0.97% | - |
| XYZ | 40.51 | 21.13 | 11.62 | - |
| YUV | 97.61 | 123.71 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 90 | 0 | 0.91 | 0.64 | 0.03 | 342.05 | 0.93 | 0.53 |
| Hex | F7 | 17 | 5A | 0 | 5B | 40 | 3 | 156 | 5D | 35 |
| Octal | 367 | 27 | 132 | 0 | 133 | 100 | 3 | 526 | 135 | 65 |
| Binary | 11110111 | 10111 | 1011010 | 0 | 1011011 | 1000000 | 11 | 101010110 | 1011101 | 110101 |
Color Harmonies of #F7175A
Complementary color
Monochromatic Colors of #F7175A
Black with #F7175A
Text Example
Text Example
White with #F7175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7175A; }
p { color: rgb(247,23,90); }
H1.HeaderClassName
{
color: #F7175A;
}
.AnyTagClassName
{
color: #F7175A;
}
</style>
background-color css
<style>
a { background-color: #F7175A; }
a { background-color: rgb(247,23,90); }
div.DivClassName
{
background-color: #F7175A;
}
.BgClassName
{
background-color: #F7175A;
}
</style>
border-color css
<style>
span { border-color: #F7175A; }
span { border-color: rgb(247,23,90); }
td.TdClassName
{
border-color: #F7175A;
}
.TagClassName
{
border-color: #F7175A;
}
</style>