Shades of Razzmatazz #FC1355
Tints of Razzmatazz #FC1355
RGB
CMYK
RGB Variations
Color information
#FC1355 (or 0xFC1355) is known color: Razzmatazz. HEX triplet: FC, 13 and 55. RGB value is (252,19,85). Sum of RGB (Red+Green+Blue) = 252+19+85=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1355 is #03ECAA. Grayscale: #606060. Windows color (decimal): -257195 or 5575676. OLE color: 5575676.
HSL color Cylindrical-coordinate representation of color #FC1355: hue angle of 343º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1355 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 85 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.01 |
| HSL | 343º | 0.97% | 0.53% | - |
| HSV(B) | 343º | 0.92% | 0.99% | - |
| XYZ | 42.02 | 21.82 | 10.59 | - |
| YUV | 96.19 | 121.69 | 239.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 85 | 0 | 0.92 | 0.66 | 0.01 | 343 | 0.97 | 0.53 |
| Hex | FC | 13 | 55 | 0 | 5C | 42 | 1 | 157 | 61 | 35 |
| Octal | 374 | 23 | 125 | 0 | 134 | 102 | 1 | 527 | 141 | 65 |
| Binary | 11111100 | 10011 | 1010101 | 0 | 1011100 | 1000010 | 1 | 101010111 | 1100001 | 110101 |
Color Harmonies of #FC1355
Complementary color
Monochromatic Colors of #FC1355
Black with #FC1355
Text Example
Text Example
White with #FC1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1355; }
p { color: rgb(252,19,85); }
H1.HeaderClassName
{
color: #FC1355;
}
.AnyTagClassName
{
color: #FC1355;
}
</style>
background-color css
<style>
a { background-color: #FC1355; }
a { background-color: rgb(252,19,85); }
div.DivClassName
{
background-color: #FC1355;
}
.BgClassName
{
background-color: #FC1355;
}
</style>
border-color css
<style>
span { border-color: #FC1355; }
span { border-color: rgb(252,19,85); }
td.TdClassName
{
border-color: #FC1355;
}
.TagClassName
{
border-color: #FC1355;
}
</style>