Shades of Razzmatazz #FC0953
Tints of Razzmatazz #FC0953
RGB
CMYK
RGB Variations
Color information
#FC0953 (or 0xFC0953) is known color: Razzmatazz. HEX triplet: FC, 09 and 53. RGB value is (252,9,83). Sum of RGB (Red+Green+Blue) = 252+9+83=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0953 is #03F6AC. Grayscale: #5A5A5A. Windows color (decimal): -259757 or 5442044. OLE color: 5442044.
HSL color Cylindrical-coordinate representation of color #FC0953: hue angle of 341.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0953 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 83 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.01 |
| HSL | 341.73º | 0.98% | 0.51% | - |
| HSV(B) | 341.73º | 0.96% | 0.99% | - |
| XYZ | 41.8 | 21.52 | 10.13 | - |
| YUV | 90.09 | 124.01 | 243.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 83 | 0 | 0.96 | 0.67 | 0.01 | 341.73 | 0.98 | 0.51 |
| Hex | FC | 9 | 53 | 0 | 60 | 43 | 1 | 156 | 62 | 33 |
| Octal | 374 | 11 | 123 | 0 | 140 | 103 | 1 | 526 | 142 | 63 |
| Binary | 11111100 | 1001 | 1010011 | 0 | 1100000 | 1000011 | 1 | 101010110 | 1100010 | 110011 |
Color Harmonies of #FC0953
Complementary color
Monochromatic Colors of #FC0953
Black with #FC0953
Text Example
Text Example
White with #FC0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0953; }
p { color: rgb(252,9,83); }
H1.HeaderClassName
{
color: #FC0953;
}
.AnyTagClassName
{
color: #FC0953;
}
</style>
background-color css
<style>
a { background-color: #FC0953; }
a { background-color: rgb(252,9,83); }
div.DivClassName
{
background-color: #FC0953;
}
.BgClassName
{
background-color: #FC0953;
}
</style>
border-color css
<style>
span { border-color: #FC0953; }
span { border-color: rgb(252,9,83); }
td.TdClassName
{
border-color: #FC0953;
}
.TagClassName
{
border-color: #FC0953;
}
</style>