Shades of Razzmatazz #FC1567
Tints of Razzmatazz #FC1567
RGB
CMYK
RGB Variations
Color information
#FC1567 (or 0xFC1567) is known color: Razzmatazz. HEX triplet: FC, 15 and 67. RGB value is (252,21,103). Sum of RGB (Red+Green+Blue) = 252+21+103=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1567 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1567 is #03EA98. Grayscale: #636363. Windows color (decimal): -256665 or 6755836. OLE color: 6755836.
HSL color Cylindrical-coordinate representation of color #FC1567: hue angle of 338.7º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1567 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 103 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.01 |
| HSL | 338.7º | 0.97% | 0.54% | - |
| HSV(B) | 338.7º | 0.92% | 0.99% | - |
| XYZ | 42.86 | 22.21 | 14.86 | - |
| YUV | 99.42 | 130.03 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 103 | 0 | 0.92 | 0.59 | 0.01 | 338.7 | 0.97 | 0.54 |
| Hex | FC | 15 | 67 | 0 | 5C | 3B | 1 | 153 | 61 | 36 |
| Octal | 374 | 25 | 147 | 0 | 134 | 73 | 1 | 523 | 141 | 66 |
| Binary | 11111100 | 10101 | 1100111 | 0 | 1011100 | 111011 | 1 | 101010011 | 1100001 | 110110 |
Color Harmonies of #FC1567
Complementary color
Monochromatic Colors of #FC1567
Black with #FC1567
Text Example
Text Example
White with #FC1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1567; }
p { color: rgb(252,21,103); }
H1.HeaderClassName
{
color: #FC1567;
}
.AnyTagClassName
{
color: #FC1567;
}
</style>
background-color css
<style>
a { background-color: #FC1567; }
a { background-color: rgb(252,21,103); }
div.DivClassName
{
background-color: #FC1567;
}
.BgClassName
{
background-color: #FC1567;
}
</style>
border-color css
<style>
span { border-color: #FC1567; }
span { border-color: rgb(252,21,103); }
td.TdClassName
{
border-color: #FC1567;
}
.TagClassName
{
border-color: #FC1567;
}
</style>