Shades of Razzmatazz #FC0152
Tints of Razzmatazz #FC0152
RGB
CMYK
RGB Variations
Color information
#FC0152 (or 0xFC0152) is known color: Razzmatazz. HEX triplet: FC, 01 and 52. RGB value is (252,1,82). Sum of RGB (Red+Green+Blue) = 252+1+82=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0152 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0152 is #03FEAD. Grayscale: #555555. Windows color (decimal): -261806 or 5374460. OLE color: 5374460.
HSL color Cylindrical-coordinate representation of color #FC0152: hue angle of 340.64º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0152 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 82 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.01 |
| HSL | 340.64º | 0.99% | 0.5% | - |
| HSV(B) | 340.64º | 1% | 0.99% | - |
| XYZ | 41.68 | 21.33 | 9.9 | - |
| YUV | 85.28 | 126.16 | 246.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 82 | 0 | 1.00 | 0.67 | 0.01 | 340.64 | 0.99 | 0.5 |
| Hex | FC | 1 | 52 | 0 | 64 | 43 | 1 | 155 | 63 | 32 |
| Octal | 374 | 1 | 122 | 0 | 144 | 103 | 1 | 525 | 143 | 62 |
| Binary | 11111100 | 1 | 1010010 | 0 | 1100100 | 1000011 | 1 | 101010101 | 1100011 | 110010 |
Color Harmonies of #FC0152
Complementary color
Monochromatic Colors of #FC0152
Black with #FC0152
Text Example
Text Example
White with #FC0152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0152; }
p { color: rgb(252,1,82); }
H1.HeaderClassName
{
color: #FC0152;
}
.AnyTagClassName
{
color: #FC0152;
}
</style>
background-color css
<style>
a { background-color: #FC0152; }
a { background-color: rgb(252,1,82); }
div.DivClassName
{
background-color: #FC0152;
}
.BgClassName
{
background-color: #FC0152;
}
</style>
border-color css
<style>
span { border-color: #FC0152; }
span { border-color: rgb(252,1,82); }
td.TdClassName
{
border-color: #FC0152;
}
.TagClassName
{
border-color: #FC0152;
}
</style>