Shades of Razzmatazz #FC0261
Tints of Razzmatazz #FC0261
RGB
CMYK
RGB Variations
Color information
#FC0261 (or 0xFC0261) is known color: Razzmatazz. HEX triplet: FC, 02 and 61. RGB value is (252,2,97). Sum of RGB (Red+Green+Blue) = 252+2+97=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0261 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0261 is #03FD9E. Grayscale: #575757. Windows color (decimal): -261535 or 6357756. OLE color: 6357756.
HSL color Cylindrical-coordinate representation of color #FC0261: hue angle of 337.2º 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 #FC0261 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.01 |
| HSL | 337.2º | 0.98% | 0.5% | - |
| HSV(B) | 337.2º | 0.99% | 0.99% | - |
| XYZ | 42.32 | 21.6 | 13.25 | - |
| YUV | 87.58 | 133.33 | 245.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 97 | 0 | 0.99 | 0.62 | 0.01 | 337.2 | 0.98 | 0.5 |
| Hex | FC | 2 | 61 | 0 | 63 | 3E | 1 | 151 | 62 | 32 |
| Octal | 374 | 2 | 141 | 0 | 143 | 76 | 1 | 521 | 142 | 62 |
| Binary | 11111100 | 10 | 1100001 | 0 | 1100011 | 111110 | 1 | 101010001 | 1100010 | 110010 |
Color Harmonies of #FC0261
Complementary color
Monochromatic Colors of #FC0261
Black with #FC0261
Text Example
Text Example
White with #FC0261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0261; }
p { color: rgb(252,2,97); }
H1.HeaderClassName
{
color: #FC0261;
}
.AnyTagClassName
{
color: #FC0261;
}
</style>
background-color css
<style>
a { background-color: #FC0261; }
a { background-color: rgb(252,2,97); }
div.DivClassName
{
background-color: #FC0261;
}
.BgClassName
{
background-color: #FC0261;
}
</style>
border-color css
<style>
span { border-color: #FC0261; }
span { border-color: rgb(252,2,97); }
td.TdClassName
{
border-color: #FC0261;
}
.TagClassName
{
border-color: #FC0261;
}
</style>