Shades of Razzmatazz #FC115D
Tints of Razzmatazz #FC115D
RGB
CMYK
RGB Variations
Color information
#FC115D (or 0xFC115D) is known color: Razzmatazz. HEX triplet: FC, 11 and 5D. RGB value is (252,17,93). Sum of RGB (Red+Green+Blue) = 252+17+93=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC115D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC115D is #03EEA2. Grayscale: #5F5F5F. Windows color (decimal): -257699 or 6099452. OLE color: 6099452.
HSL color Cylindrical-coordinate representation of color #FC115D: hue angle of 340.6º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC115D is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 93 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.01 |
| HSL | 340.6º | 0.98% | 0.53% | - |
| HSV(B) | 340.6º | 0.93% | 0.99% | - |
| XYZ | 42.32 | 21.89 | 12.35 | - |
| YUV | 95.93 | 126.36 | 239.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 93 | 0 | 0.93 | 0.63 | 0.01 | 340.6 | 0.98 | 0.53 |
| Hex | FC | 11 | 5D | 0 | 5D | 3F | 1 | 155 | 62 | 35 |
| Octal | 374 | 21 | 135 | 0 | 135 | 77 | 1 | 525 | 142 | 65 |
| Binary | 11111100 | 10001 | 1011101 | 0 | 1011101 | 111111 | 1 | 101010101 | 1100010 | 110101 |
Color Harmonies of #FC115D
Complementary color
Monochromatic Colors of #FC115D
Black with #FC115D
Text Example
Text Example
White with #FC115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC115D; }
p { color: rgb(252,17,93); }
H1.HeaderClassName
{
color: #FC115D;
}
.AnyTagClassName
{
color: #FC115D;
}
</style>
background-color css
<style>
a { background-color: #FC115D; }
a { background-color: rgb(252,17,93); }
div.DivClassName
{
background-color: #FC115D;
}
.BgClassName
{
background-color: #FC115D;
}
</style>
border-color css
<style>
span { border-color: #FC115D; }
span { border-color: rgb(252,17,93); }
td.TdClassName
{
border-color: #FC115D;
}
.TagClassName
{
border-color: #FC115D;
}
</style>