Shades of Razzmatazz #FC175F
Tints of Razzmatazz #FC175F
RGB
CMYK
RGB Variations
Color information
#FC175F (or 0xFC175F) is known color: Razzmatazz. HEX triplet: FC, 17 and 5F. RGB value is (252,23,95). Sum of RGB (Red+Green+Blue) = 252+23+95=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC175F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC175F is #03E8A0. Grayscale: #636363. Windows color (decimal): -256161 or 6232060. OLE color: 6232060.
HSL color Cylindrical-coordinate representation of color #FC175F: hue angle of 341.14º degrees, saturation: 0.97, 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 #FC175F is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 95 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.01 |
| HSL | 341.14º | 0.97% | 0.54% | - |
| HSV(B) | 341.14º | 0.91% | 0.99% | - |
| XYZ | 42.52 | 22.13 | 12.86 | - |
| YUV | 99.68 | 125.37 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 95 | 0 | 0.91 | 0.62 | 0.01 | 341.14 | 0.97 | 0.54 |
| Hex | FC | 17 | 5F | 0 | 5B | 3E | 1 | 155 | 61 | 36 |
| Octal | 374 | 27 | 137 | 0 | 133 | 76 | 1 | 525 | 141 | 66 |
| Binary | 11111100 | 10111 | 1011111 | 0 | 1011011 | 111110 | 1 | 101010101 | 1100001 | 110110 |
Color Harmonies of #FC175F
Complementary color
Monochromatic Colors of #FC175F
Black with #FC175F
Text Example
Text Example
White with #FC175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC175F; }
p { color: rgb(252,23,95); }
H1.HeaderClassName
{
color: #FC175F;
}
.AnyTagClassName
{
color: #FC175F;
}
</style>
background-color css
<style>
a { background-color: #FC175F; }
a { background-color: rgb(252,23,95); }
div.DivClassName
{
background-color: #FC175F;
}
.BgClassName
{
background-color: #FC175F;
}
</style>
border-color css
<style>
span { border-color: #FC175F; }
span { border-color: rgb(252,23,95); }
td.TdClassName
{
border-color: #FC175F;
}
.TagClassName
{
border-color: #FC175F;
}
</style>