Shades of Razzmatazz #FC0368
Tints of Razzmatazz #FC0368
RGB
CMYK
RGB Variations
Color information
#FC0368 (or 0xFC0368) is known color: Razzmatazz. HEX triplet: FC, 03 and 68. RGB value is (252,3,104). Sum of RGB (Red+Green+Blue) = 252+3+104=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0368 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0368 is #03FC97. Grayscale: #585858. Windows color (decimal): -261272 or 6816764. OLE color: 6816764.
HSL color Cylindrical-coordinate representation of color #FC0368: hue angle of 335.66º 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 #FC0368 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 104 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.01 |
| HSL | 335.66º | 0.98% | 0.5% | - |
| HSV(B) | 335.66º | 0.99% | 0.99% | - |
| XYZ | 42.68 | 21.76 | 15.05 | - |
| YUV | 88.97 | 136.49 | 244.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 104 | 0 | 0.99 | 0.59 | 0.01 | 335.66 | 0.98 | 0.5 |
| Hex | FC | 3 | 68 | 0 | 63 | 3B | 1 | 150 | 62 | 32 |
| Octal | 374 | 3 | 150 | 0 | 143 | 73 | 1 | 520 | 142 | 62 |
| Binary | 11111100 | 11 | 1101000 | 0 | 1100011 | 111011 | 1 | 101010000 | 1100010 | 110010 |
Color Harmonies of #FC0368
Complementary color
Monochromatic Colors of #FC0368
Black with #FC0368
Text Example
Text Example
White with #FC0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0368; }
p { color: rgb(252,3,104); }
H1.HeaderClassName
{
color: #FC0368;
}
.AnyTagClassName
{
color: #FC0368;
}
</style>
background-color css
<style>
a { background-color: #FC0368; }
a { background-color: rgb(252,3,104); }
div.DivClassName
{
background-color: #FC0368;
}
.BgClassName
{
background-color: #FC0368;
}
</style>
border-color css
<style>
span { border-color: #FC0368; }
span { border-color: rgb(252,3,104); }
td.TdClassName
{
border-color: #FC0368;
}
.TagClassName
{
border-color: #FC0368;
}
</style>