Shades of Razzmatazz #FC1262
Tints of Razzmatazz #FC1262
RGB
CMYK
RGB Variations
Color information
#FC1262 (or 0xFC1262) is known color: Razzmatazz. HEX triplet: FC, 12 and 62. RGB value is (252,18,98). Sum of RGB (Red+Green+Blue) = 252+18+98=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1262 is #03ED9D. Grayscale: #616161. Windows color (decimal): -257438 or 6427388. OLE color: 6427388.
HSL color Cylindrical-coordinate representation of color #FC1262: hue angle of 339.49º 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 #FC1262 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 98 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.01 |
| HSL | 339.49º | 0.98% | 0.53% | - |
| HSV(B) | 339.49º | 0.93% | 0.99% | - |
| XYZ | 42.57 | 22.01 | 13.56 | - |
| YUV | 97.09 | 128.52 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 98 | 0 | 0.93 | 0.61 | 0.01 | 339.49 | 0.98 | 0.53 |
| Hex | FC | 12 | 62 | 0 | 5D | 3D | 1 | 153 | 62 | 35 |
| Octal | 374 | 22 | 142 | 0 | 135 | 75 | 1 | 523 | 142 | 65 |
| Binary | 11111100 | 10010 | 1100010 | 0 | 1011101 | 111101 | 1 | 101010011 | 1100010 | 110101 |
Color Harmonies of #FC1262
Complementary color
Monochromatic Colors of #FC1262
Black with #FC1262
Text Example
Text Example
White with #FC1262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1262; }
p { color: rgb(252,18,98); }
H1.HeaderClassName
{
color: #FC1262;
}
.AnyTagClassName
{
color: #FC1262;
}
</style>
background-color css
<style>
a { background-color: #FC1262; }
a { background-color: rgb(252,18,98); }
div.DivClassName
{
background-color: #FC1262;
}
.BgClassName
{
background-color: #FC1262;
}
</style>
border-color css
<style>
span { border-color: #FC1262; }
span { border-color: rgb(252,18,98); }
td.TdClassName
{
border-color: #FC1262;
}
.TagClassName
{
border-color: #FC1262;
}
</style>