Shades of Razzmatazz #FC136A
Tints of Razzmatazz #FC136A
RGB
CMYK
RGB Variations
Color information
#FC136A (or 0xFC136A) is known color: Razzmatazz. HEX triplet: FC, 13 and 6A. RGB value is (252,19,106). Sum of RGB (Red+Green+Blue) = 252+19+106=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC136A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC136A is #03EC95. Grayscale: #626262. Windows color (decimal): -257174 or 6951932. OLE color: 6951932.
HSL color Cylindrical-coordinate representation of color #FC136A: hue angle of 337.6º 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 #FC136A is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 106 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.01 |
| HSL | 337.6º | 0.97% | 0.53% | - |
| HSV(B) | 337.6º | 0.92% | 0.99% | - |
| XYZ | 42.98 | 22.2 | 15.66 | - |
| YUV | 98.59 | 132.19 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 106 | 0 | 0.92 | 0.58 | 0.01 | 337.6 | 0.97 | 0.53 |
| Hex | FC | 13 | 6A | 0 | 5C | 3A | 1 | 152 | 61 | 35 |
| Octal | 374 | 23 | 152 | 0 | 134 | 72 | 1 | 522 | 141 | 65 |
| Binary | 11111100 | 10011 | 1101010 | 0 | 1011100 | 111010 | 1 | 101010010 | 1100001 | 110101 |
Color Harmonies of #FC136A
Complementary color
Monochromatic Colors of #FC136A
Black with #FC136A
Text Example
Text Example
White with #FC136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC136A; }
p { color: rgb(252,19,106); }
H1.HeaderClassName
{
color: #FC136A;
}
.AnyTagClassName
{
color: #FC136A;
}
</style>
background-color css
<style>
a { background-color: #FC136A; }
a { background-color: rgb(252,19,106); }
div.DivClassName
{
background-color: #FC136A;
}
.BgClassName
{
background-color: #FC136A;
}
</style>
border-color css
<style>
span { border-color: #FC136A; }
span { border-color: rgb(252,19,106); }
td.TdClassName
{
border-color: #FC136A;
}
.TagClassName
{
border-color: #FC136A;
}
</style>