Shades of Razzmatazz #FC1755
Tints of Razzmatazz #FC1755
RGB
CMYK
RGB Variations
Color information
#FC1755 (or 0xFC1755) is known color: Razzmatazz. HEX triplet: FC, 17 and 55. RGB value is (252,23,85). Sum of RGB (Red+Green+Blue) = 252+23+85=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1755 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1755 is #03E8AA. Grayscale: #626262. Windows color (decimal): -256171 or 5576700. OLE color: 5576700.
HSL color Cylindrical-coordinate representation of color #FC1755: hue angle of 343.76º 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 #FC1755 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 85 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.01 |
| HSL | 343.76º | 0.97% | 0.54% | - |
| HSV(B) | 343.76º | 0.91% | 0.99% | - |
| XYZ | 42.09 | 21.96 | 10.62 | - |
| YUV | 98.54 | 120.37 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 85 | 0 | 0.91 | 0.66 | 0.01 | 343.76 | 0.97 | 0.54 |
| Hex | FC | 17 | 55 | 0 | 5B | 42 | 1 | 158 | 61 | 36 |
| Octal | 374 | 27 | 125 | 0 | 133 | 102 | 1 | 530 | 141 | 66 |
| Binary | 11111100 | 10111 | 1010101 | 0 | 1011011 | 1000010 | 1 | 101011000 | 1100001 | 110110 |
Color Harmonies of #FC1755
Complementary color
Monochromatic Colors of #FC1755
Black with #FC1755
Text Example
Text Example
White with #FC1755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1755; }
p { color: rgb(252,23,85); }
H1.HeaderClassName
{
color: #FC1755;
}
.AnyTagClassName
{
color: #FC1755;
}
</style>
background-color css
<style>
a { background-color: #FC1755; }
a { background-color: rgb(252,23,85); }
div.DivClassName
{
background-color: #FC1755;
}
.BgClassName
{
background-color: #FC1755;
}
</style>
border-color css
<style>
span { border-color: #FC1755; }
span { border-color: rgb(252,23,85); }
td.TdClassName
{
border-color: #FC1755;
}
.TagClassName
{
border-color: #FC1755;
}
</style>