Shades of Razzmatazz #FC0262
Tints of Razzmatazz #FC0262
RGB
CMYK
RGB Variations
Color information
#FC0262 (or 0xFC0262) is known color: Razzmatazz. HEX triplet: FC, 02 and 62. RGB value is (252,2,98). Sum of RGB (Red+Green+Blue) = 252+2+98=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0262 is #03FD9D. Grayscale: #575757. Windows color (decimal): -261534 or 6423292. OLE color: 6423292.
HSL color Cylindrical-coordinate representation of color #FC0262: hue angle of 336.96º 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 #FC0262 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.01 |
| HSL | 336.96º | 0.98% | 0.5% | - |
| HSV(B) | 336.96º | 0.99% | 0.99% | - |
| XYZ | 42.37 | 21.62 | 13.5 | - |
| YUV | 87.69 | 133.83 | 245.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 98 | 0 | 0.99 | 0.61 | 0.01 | 336.96 | 0.98 | 0.5 |
| Hex | FC | 2 | 62 | 0 | 63 | 3D | 1 | 151 | 62 | 32 |
| Octal | 374 | 2 | 142 | 0 | 143 | 75 | 1 | 521 | 142 | 62 |
| Binary | 11111100 | 10 | 1100010 | 0 | 1100011 | 111101 | 1 | 101010001 | 1100010 | 110010 |
Color Harmonies of #FC0262
Complementary color
Monochromatic Colors of #FC0262
Black with #FC0262
Text Example
Text Example
White with #FC0262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0262; }
p { color: rgb(252,2,98); }
H1.HeaderClassName
{
color: #FC0262;
}
.AnyTagClassName
{
color: #FC0262;
}
</style>
background-color css
<style>
a { background-color: #FC0262; }
a { background-color: rgb(252,2,98); }
div.DivClassName
{
background-color: #FC0262;
}
.BgClassName
{
background-color: #FC0262;
}
</style>
border-color css
<style>
span { border-color: #FC0262; }
span { border-color: rgb(252,2,98); }
td.TdClassName
{
border-color: #FC0262;
}
.TagClassName
{
border-color: #FC0262;
}
</style>