Shades of Razzmatazz #FC0653
Tints of Razzmatazz #FC0653
RGB
CMYK
RGB Variations
Color information
#FC0653 (or 0xFC0653) is known color: Razzmatazz. HEX triplet: FC, 06 and 53. RGB value is (252,6,83). Sum of RGB (Red+Green+Blue) = 252+6+83=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0653 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0653 is #03F9AC. Grayscale: #585858. Windows color (decimal): -260525 or 5441276. OLE color: 5441276.
HSL color Cylindrical-coordinate representation of color #FC0653: hue angle of 341.22º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0653 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 83 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.01 |
| HSL | 341.22º | 0.98% | 0.51% | - |
| HSV(B) | 341.22º | 0.98% | 0.99% | - |
| XYZ | 41.77 | 21.45 | 10.12 | - |
| YUV | 88.33 | 125 | 244.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 83 | 0 | 0.98 | 0.67 | 0.01 | 341.22 | 0.98 | 0.51 |
| Hex | FC | 6 | 53 | 0 | 62 | 43 | 1 | 155 | 62 | 33 |
| Octal | 374 | 6 | 123 | 0 | 142 | 103 | 1 | 525 | 142 | 63 |
| Binary | 11111100 | 110 | 1010011 | 0 | 1100010 | 1000011 | 1 | 101010101 | 1100010 | 110011 |
Color Harmonies of #FC0653
Complementary color
Monochromatic Colors of #FC0653
Black with #FC0653
Text Example
Text Example
White with #FC0653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0653; }
p { color: rgb(252,6,83); }
H1.HeaderClassName
{
color: #FC0653;
}
.AnyTagClassName
{
color: #FC0653;
}
</style>
background-color css
<style>
a { background-color: #FC0653; }
a { background-color: rgb(252,6,83); }
div.DivClassName
{
background-color: #FC0653;
}
.BgClassName
{
background-color: #FC0653;
}
</style>
border-color css
<style>
span { border-color: #FC0653; }
span { border-color: rgb(252,6,83); }
td.TdClassName
{
border-color: #FC0653;
}
.TagClassName
{
border-color: #FC0653;
}
</style>