Shades of Razzmatazz #FC1753
Tints of Razzmatazz #FC1753
RGB
CMYK
RGB Variations
Color information
#FC1753 (or 0xFC1753) is known color: Razzmatazz. HEX triplet: FC, 17 and 53. RGB value is (252,23,83). Sum of RGB (Red+Green+Blue) = 252+23+83=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1753 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1753 is #03E8AC. Grayscale: #626262. Windows color (decimal): -256173 or 5445628. OLE color: 5445628.
HSL color Cylindrical-coordinate representation of color #FC1753: hue angle of 344.28º 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 #FC1753 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 83 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.01 |
| HSL | 344.28º | 0.97% | 0.54% | - |
| HSV(B) | 344.28º | 0.91% | 0.99% | - |
| XYZ | 42.01 | 21.93 | 10.2 | - |
| YUV | 98.31 | 119.37 | 237.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 83 | 0 | 0.91 | 0.67 | 0.01 | 344.28 | 0.97 | 0.54 |
| Hex | FC | 17 | 53 | 0 | 5B | 43 | 1 | 158 | 61 | 36 |
| Octal | 374 | 27 | 123 | 0 | 133 | 103 | 1 | 530 | 141 | 66 |
| Binary | 11111100 | 10111 | 1010011 | 0 | 1011011 | 1000011 | 1 | 101011000 | 1100001 | 110110 |
Color Harmonies of #FC1753
Complementary color
Monochromatic Colors of #FC1753
Black with #FC1753
Text Example
Text Example
White with #FC1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1753; }
p { color: rgb(252,23,83); }
H1.HeaderClassName
{
color: #FC1753;
}
.AnyTagClassName
{
color: #FC1753;
}
</style>
background-color css
<style>
a { background-color: #FC1753; }
a { background-color: rgb(252,23,83); }
div.DivClassName
{
background-color: #FC1753;
}
.BgClassName
{
background-color: #FC1753;
}
</style>
border-color css
<style>
span { border-color: #FC1753; }
span { border-color: rgb(252,23,83); }
td.TdClassName
{
border-color: #FC1753;
}
.TagClassName
{
border-color: #FC1753;
}
</style>