Shades of Razzmatazz #FC045D
Tints of Razzmatazz #FC045D
RGB
CMYK
RGB Variations
Color information
#FC045D (or 0xFC045D) is known color: Razzmatazz. HEX triplet: FC, 04 and 5D. RGB value is (252,4,93). Sum of RGB (Red+Green+Blue) = 252+4+93=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC045D is #03FBA2. Grayscale: #585858. Windows color (decimal): -261027 or 6096124. OLE color: 6096124.
HSL color Cylindrical-coordinate representation of color #FC045D: hue angle of 338.47º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC045D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.01 |
| HSL | 338.47º | 0.98% | 0.5% | - |
| HSV(B) | 338.47º | 0.98% | 0.99% | - |
| XYZ | 42.16 | 21.57 | 12.3 | - |
| YUV | 88.3 | 130.66 | 244.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 93 | 0 | 0.98 | 0.63 | 0.01 | 338.47 | 0.98 | 0.5 |
| Hex | FC | 4 | 5D | 0 | 62 | 3F | 1 | 152 | 62 | 32 |
| Octal | 374 | 4 | 135 | 0 | 142 | 77 | 1 | 522 | 142 | 62 |
| Binary | 11111100 | 100 | 1011101 | 0 | 1100010 | 111111 | 1 | 101010010 | 1100010 | 110010 |
Color Harmonies of #FC045D
Complementary color
Monochromatic Colors of #FC045D
Black with #FC045D
Text Example
Text Example
White with #FC045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC045D; }
p { color: rgb(252,4,93); }
H1.HeaderClassName
{
color: #FC045D;
}
.AnyTagClassName
{
color: #FC045D;
}
</style>
background-color css
<style>
a { background-color: #FC045D; }
a { background-color: rgb(252,4,93); }
div.DivClassName
{
background-color: #FC045D;
}
.BgClassName
{
background-color: #FC045D;
}
</style>
border-color css
<style>
span { border-color: #FC045D; }
span { border-color: rgb(252,4,93); }
td.TdClassName
{
border-color: #FC045D;
}
.TagClassName
{
border-color: #FC045D;
}
</style>