Shades of Razzmatazz #FC136B
Tints of Razzmatazz #FC136B
RGB
CMYK
RGB Variations
Color information
#FC136B (or 0xFC136B) is known color: Razzmatazz. HEX triplet: FC, 13 and 6B. RGB value is (252,19,107). Sum of RGB (Red+Green+Blue) = 252+19+107=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC136B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC136B is #03EC94. Grayscale: #626262. Windows color (decimal): -257173 or 7017468. OLE color: 7017468.
HSL color Cylindrical-coordinate representation of color #FC136B: hue angle of 337.34º 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 #FC136B is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 107 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.01 |
| HSL | 337.34º | 0.97% | 0.53% | - |
| HSV(B) | 337.34º | 0.92% | 0.99% | - |
| XYZ | 43.03 | 22.22 | 15.93 | - |
| YUV | 98.7 | 132.69 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 107 | 0 | 0.92 | 0.58 | 0.01 | 337.34 | 0.97 | 0.53 |
| Hex | FC | 13 | 6B | 0 | 5C | 3A | 1 | 151 | 61 | 35 |
| Octal | 374 | 23 | 153 | 0 | 134 | 72 | 1 | 521 | 141 | 65 |
| Binary | 11111100 | 10011 | 1101011 | 0 | 1011100 | 111010 | 1 | 101010001 | 1100001 | 110101 |
Color Harmonies of #FC136B
Complementary color
Monochromatic Colors of #FC136B
Black with #FC136B
Text Example
Text Example
White with #FC136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC136B; }
p { color: rgb(252,19,107); }
H1.HeaderClassName
{
color: #FC136B;
}
.AnyTagClassName
{
color: #FC136B;
}
</style>
background-color css
<style>
a { background-color: #FC136B; }
a { background-color: rgb(252,19,107); }
div.DivClassName
{
background-color: #FC136B;
}
.BgClassName
{
background-color: #FC136B;
}
</style>
border-color css
<style>
span { border-color: #FC136B; }
span { border-color: rgb(252,19,107); }
td.TdClassName
{
border-color: #FC136B;
}
.TagClassName
{
border-color: #FC136B;
}
</style>