Shades of Razzmatazz #FC0357
Tints of Razzmatazz #FC0357
RGB
CMYK
RGB Variations
Color information
#FC0357 (or 0xFC0357) is known color: Razzmatazz. HEX triplet: FC, 03 and 57. RGB value is (252,3,87). Sum of RGB (Red+Green+Blue) = 252+3+87=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0357 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0357 is #03FCA8. Grayscale: #565656. Windows color (decimal): -261289 or 5702652. OLE color: 5702652.
HSL color Cylindrical-coordinate representation of color #FC0357: hue angle of 339.76º 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 #FC0357 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 87 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.01 |
| HSL | 339.76º | 0.98% | 0.5% | - |
| HSV(B) | 339.76º | 0.99% | 0.99% | - |
| XYZ | 41.9 | 21.45 | 10.95 | - |
| YUV | 87.03 | 127.99 | 245.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 87 | 0 | 0.99 | 0.65 | 0.01 | 339.76 | 0.98 | 0.5 |
| Hex | FC | 3 | 57 | 0 | 63 | 41 | 1 | 154 | 62 | 32 |
| Octal | 374 | 3 | 127 | 0 | 143 | 101 | 1 | 524 | 142 | 62 |
| Binary | 11111100 | 11 | 1010111 | 0 | 1100011 | 1000001 | 1 | 101010100 | 1100010 | 110010 |
Color Harmonies of #FC0357
Complementary color
Monochromatic Colors of #FC0357
Black with #FC0357
Text Example
Text Example
White with #FC0357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0357; }
p { color: rgb(252,3,87); }
H1.HeaderClassName
{
color: #FC0357;
}
.AnyTagClassName
{
color: #FC0357;
}
</style>
background-color css
<style>
a { background-color: #FC0357; }
a { background-color: rgb(252,3,87); }
div.DivClassName
{
background-color: #FC0357;
}
.BgClassName
{
background-color: #FC0357;
}
</style>
border-color css
<style>
span { border-color: #FC0357; }
span { border-color: rgb(252,3,87); }
td.TdClassName
{
border-color: #FC0357;
}
.TagClassName
{
border-color: #FC0357;
}
</style>