Shades of Razzmatazz #FD175D
Tints of Razzmatazz #FD175D
RGB
CMYK
RGB Variations
Color information
#FD175D (or 0xFD175D) is known color: Razzmatazz. HEX triplet: FD, 17 and 5D. RGB value is (253,23,93). Sum of RGB (Red+Green+Blue) = 253+23+93=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD175D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD175D is #02E8A2. Grayscale: #636363. Windows color (decimal): -190627 or 6100989. OLE color: 6100989.
HSL color Cylindrical-coordinate representation of color #FD175D: hue angle of 341.74º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD175D is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 93 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.01 |
| HSL | 341.74º | 0.98% | 0.54% | - |
| HSV(B) | 341.74º | 0.91% | 0.99% | - |
| XYZ | 42.79 | 22.29 | 12.4 | - |
| YUV | 99.75 | 124.2 | 237.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 93 | 0 | 0.91 | 0.63 | 0.01 | 341.74 | 0.98 | 0.54 |
| Hex | FD | 17 | 5D | 0 | 5B | 3F | 1 | 156 | 62 | 36 |
| Octal | 375 | 27 | 135 | 0 | 133 | 77 | 1 | 526 | 142 | 66 |
| Binary | 11111101 | 10111 | 1011101 | 0 | 1011011 | 111111 | 1 | 101010110 | 1100010 | 110110 |
Color Harmonies of #FD175D
Complementary color
Monochromatic Colors of #FD175D
Black with #FD175D
Text Example
Text Example
White with #FD175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD175D; }
p { color: rgb(253,23,93); }
H1.HeaderClassName
{
color: #FD175D;
}
.AnyTagClassName
{
color: #FD175D;
}
</style>
background-color css
<style>
a { background-color: #FD175D; }
a { background-color: rgb(253,23,93); }
div.DivClassName
{
background-color: #FD175D;
}
.BgClassName
{
background-color: #FD175D;
}
</style>
border-color css
<style>
span { border-color: #FD175D; }
span { border-color: rgb(253,23,93); }
td.TdClassName
{
border-color: #FD175D;
}
.TagClassName
{
border-color: #FD175D;
}
</style>