Shades of Razzmatazz #FC0770
Tints of Razzmatazz #FC0770
RGB
CMYK
RGB Variations
Color information
#FC0770 (or 0xFC0770) is known color: Razzmatazz. HEX triplet: FC, 07 and 70. RGB value is (252,7,112). Sum of RGB (Red+Green+Blue) = 252+7+112=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0770 is #03F88F. Grayscale: #5C5C5C. Windows color (decimal): -260240 or 7342076. OLE color: 7342076.
HSL color Cylindrical-coordinate representation of color #FC0770: hue angle of 334.29º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0770 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.01 |
| HSL | 334.29º | 0.98% | 0.51% | - |
| HSV(B) | 334.29º | 0.97% | 0.99% | - |
| XYZ | 43.15 | 22.02 | 17.3 | - |
| YUV | 92.23 | 139.17 | 241.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 112 | 0 | 0.97 | 0.56 | 0.01 | 334.29 | 0.98 | 0.51 |
| Hex | FC | 7 | 70 | 0 | 61 | 38 | 1 | 14E | 62 | 33 |
| Octal | 374 | 7 | 160 | 0 | 141 | 70 | 1 | 516 | 142 | 63 |
| Binary | 11111100 | 111 | 1110000 | 0 | 1100001 | 111000 | 1 | 101001110 | 1100010 | 110011 |
Color Harmonies of #FC0770
Complementary color
Monochromatic Colors of #FC0770
Black with #FC0770
Text Example
Text Example
White with #FC0770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0770; }
p { color: rgb(252,7,112); }
H1.HeaderClassName
{
color: #FC0770;
}
.AnyTagClassName
{
color: #FC0770;
}
</style>
background-color css
<style>
a { background-color: #FC0770; }
a { background-color: rgb(252,7,112); }
div.DivClassName
{
background-color: #FC0770;
}
.BgClassName
{
background-color: #FC0770;
}
</style>
border-color css
<style>
span { border-color: #FC0770; }
span { border-color: rgb(252,7,112); }
td.TdClassName
{
border-color: #FC0770;
}
.TagClassName
{
border-color: #FC0770;
}
</style>