Shades of Razzmatazz #FC115A
Tints of Razzmatazz #FC115A
RGB
CMYK
RGB Variations
Color information
#FC115A (or 0xFC115A) is known color: Razzmatazz. HEX triplet: FC, 11 and 5A. RGB value is (252,17,90). Sum of RGB (Red+Green+Blue) = 252+17+90=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC115A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC115A is #03EEA5. Grayscale: #5F5F5F. Windows color (decimal): -257702 or 5902844. OLE color: 5902844.
HSL color Cylindrical-coordinate representation of color #FC115A: hue angle of 341.36º 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 #FC115A is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 90 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.01 |
| HSL | 341.36º | 0.98% | 0.53% | - |
| HSV(B) | 341.36º | 0.93% | 0.99% | - |
| XYZ | 42.19 | 21.83 | 11.66 | - |
| YUV | 95.59 | 124.86 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 90 | 0 | 0.93 | 0.64 | 0.01 | 341.36 | 0.98 | 0.53 |
| Hex | FC | 11 | 5A | 0 | 5D | 40 | 1 | 155 | 62 | 35 |
| Octal | 374 | 21 | 132 | 0 | 135 | 100 | 1 | 525 | 142 | 65 |
| Binary | 11111100 | 10001 | 1011010 | 0 | 1011101 | 1000000 | 1 | 101010101 | 1100010 | 110101 |
Color Harmonies of #FC115A
Complementary color
Monochromatic Colors of #FC115A
Black with #FC115A
Text Example
Text Example
White with #FC115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC115A; }
p { color: rgb(252,17,90); }
H1.HeaderClassName
{
color: #FC115A;
}
.AnyTagClassName
{
color: #FC115A;
}
</style>
background-color css
<style>
a { background-color: #FC115A; }
a { background-color: rgb(252,17,90); }
div.DivClassName
{
background-color: #FC115A;
}
.BgClassName
{
background-color: #FC115A;
}
</style>
border-color css
<style>
span { border-color: #FC115A; }
span { border-color: rgb(252,17,90); }
td.TdClassName
{
border-color: #FC115A;
}
.TagClassName
{
border-color: #FC115A;
}
</style>