Shades of Razzmatazz #FC1458
Tints of Razzmatazz #FC1458
RGB
CMYK
RGB Variations
Color information
#FC1458 (or 0xFC1458) is known color: Razzmatazz. HEX triplet: FC, 14 and 58. RGB value is (252,20,88). Sum of RGB (Red+Green+Blue) = 252+20+88=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1458 is #03EBA7. Grayscale: #616161. Windows color (decimal): -256936 or 5772540. OLE color: 5772540.
HSL color Cylindrical-coordinate representation of color #FC1458: hue angle of 342.41º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1458 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 88 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.01 |
| HSL | 342.41º | 0.97% | 0.53% | - |
| HSV(B) | 342.41º | 0.92% | 0.99% | - |
| XYZ | 42.16 | 21.9 | 11.24 | - |
| YUV | 97.12 | 122.86 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 88 | 0 | 0.92 | 0.65 | 0.01 | 342.41 | 0.97 | 0.53 |
| Hex | FC | 14 | 58 | 0 | 5C | 41 | 1 | 156 | 61 | 35 |
| Octal | 374 | 24 | 130 | 0 | 134 | 101 | 1 | 526 | 141 | 65 |
| Binary | 11111100 | 10100 | 1011000 | 0 | 1011100 | 1000001 | 1 | 101010110 | 1100001 | 110101 |
Color Harmonies of #FC1458
Complementary color
Monochromatic Colors of #FC1458
Black with #FC1458
Text Example
Text Example
White with #FC1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1458; }
p { color: rgb(252,20,88); }
H1.HeaderClassName
{
color: #FC1458;
}
.AnyTagClassName
{
color: #FC1458;
}
</style>
background-color css
<style>
a { background-color: #FC1458; }
a { background-color: rgb(252,20,88); }
div.DivClassName
{
background-color: #FC1458;
}
.BgClassName
{
background-color: #FC1458;
}
</style>
border-color css
<style>
span { border-color: #FC1458; }
span { border-color: rgb(252,20,88); }
td.TdClassName
{
border-color: #FC1458;
}
.TagClassName
{
border-color: #FC1458;
}
</style>