Shades of Razzmatazz #FC1268
Tints of Razzmatazz #FC1268
RGB
CMYK
RGB Variations
Color information
#FC1268 (or 0xFC1268) is known color: Razzmatazz. HEX triplet: FC, 12 and 68. RGB value is (252,18,104). Sum of RGB (Red+Green+Blue) = 252+18+104=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1268 is #03ED97. Grayscale: #616161. Windows color (decimal): -257432 or 6820604. OLE color: 6820604.
HSL color Cylindrical-coordinate representation of color #FC1268: hue angle of 337.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1268 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 104 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.01 |
| HSL | 337.95º | 0.98% | 0.53% | - |
| HSV(B) | 337.95º | 0.93% | 0.99% | - |
| XYZ | 42.86 | 22.13 | 15.11 | - |
| YUV | 97.77 | 131.52 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 104 | 0 | 0.93 | 0.59 | 0.01 | 337.95 | 0.98 | 0.53 |
| Hex | FC | 12 | 68 | 0 | 5D | 3B | 1 | 152 | 62 | 35 |
| Octal | 374 | 22 | 150 | 0 | 135 | 73 | 1 | 522 | 142 | 65 |
| Binary | 11111100 | 10010 | 1101000 | 0 | 1011101 | 111011 | 1 | 101010010 | 1100010 | 110101 |
Color Harmonies of #FC1268
Complementary color
Monochromatic Colors of #FC1268
Black with #FC1268
Text Example
Text Example
White with #FC1268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1268; }
p { color: rgb(252,18,104); }
H1.HeaderClassName
{
color: #FC1268;
}
.AnyTagClassName
{
color: #FC1268;
}
</style>
background-color css
<style>
a { background-color: #FC1268; }
a { background-color: rgb(252,18,104); }
div.DivClassName
{
background-color: #FC1268;
}
.BgClassName
{
background-color: #FC1268;
}
</style>
border-color css
<style>
span { border-color: #FC1268; }
span { border-color: rgb(252,18,104); }
td.TdClassName
{
border-color: #FC1268;
}
.TagClassName
{
border-color: #FC1268;
}
</style>