Shades of Razzmatazz #FC0363
Tints of Razzmatazz #FC0363
RGB
CMYK
RGB Variations
Color information
#FC0363 (or 0xFC0363) is known color: Razzmatazz. HEX triplet: FC, 03 and 63. RGB value is (252,3,99). Sum of RGB (Red+Green+Blue) = 252+3+99=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0363 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0363 is #03FC9C. Grayscale: #585858. Windows color (decimal): -261277 or 6489084. OLE color: 6489084.
HSL color Cylindrical-coordinate representation of color #FC0363: hue angle of 336.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0363 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 99 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.01 |
| HSL | 336.87º | 0.98% | 0.5% | - |
| HSV(B) | 336.87º | 0.99% | 0.99% | - |
| XYZ | 42.43 | 21.66 | 13.75 | - |
| YUV | 88.4 | 133.99 | 244.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 99 | 0 | 0.99 | 0.61 | 0.01 | 336.87 | 0.98 | 0.5 |
| Hex | FC | 3 | 63 | 0 | 63 | 3D | 1 | 151 | 62 | 32 |
| Octal | 374 | 3 | 143 | 0 | 143 | 75 | 1 | 521 | 142 | 62 |
| Binary | 11111100 | 11 | 1100011 | 0 | 1100011 | 111101 | 1 | 101010001 | 1100010 | 110010 |
Color Harmonies of #FC0363
Complementary color
Monochromatic Colors of #FC0363
Black with #FC0363
Text Example
Text Example
White with #FC0363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0363; }
p { color: rgb(252,3,99); }
H1.HeaderClassName
{
color: #FC0363;
}
.AnyTagClassName
{
color: #FC0363;
}
</style>
background-color css
<style>
a { background-color: #FC0363; }
a { background-color: rgb(252,3,99); }
div.DivClassName
{
background-color: #FC0363;
}
.BgClassName
{
background-color: #FC0363;
}
</style>
border-color css
<style>
span { border-color: #FC0363; }
span { border-color: rgb(252,3,99); }
td.TdClassName
{
border-color: #FC0363;
}
.TagClassName
{
border-color: #FC0363;
}
</style>