Shades of Razzmatazz #FC136D
Tints of Razzmatazz #FC136D
RGB
CMYK
RGB Variations
Color information
#FC136D (or 0xFC136D) is known color: Razzmatazz. HEX triplet: FC, 13 and 6D. RGB value is (252,19,109). Sum of RGB (Red+Green+Blue) = 252+19+109=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC136D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC136D is #03EC92. Grayscale: #626262. Windows color (decimal): -257171 or 7148540. OLE color: 7148540.
HSL color Cylindrical-coordinate representation of color #FC136D: hue angle of 336.82º 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 #FC136D is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 109 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.01 |
| HSL | 336.82º | 0.97% | 0.53% | - |
| HSV(B) | 336.82º | 0.92% | 0.99% | - |
| XYZ | 43.14 | 22.27 | 16.49 | - |
| YUV | 98.93 | 133.69 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 109 | 0 | 0.92 | 0.57 | 0.01 | 336.82 | 0.97 | 0.53 |
| Hex | FC | 13 | 6D | 0 | 5C | 39 | 1 | 151 | 61 | 35 |
| Octal | 374 | 23 | 155 | 0 | 134 | 71 | 1 | 521 | 141 | 65 |
| Binary | 11111100 | 10011 | 1101101 | 0 | 1011100 | 111001 | 1 | 101010001 | 1100001 | 110101 |
Color Harmonies of #FC136D
Complementary color
Monochromatic Colors of #FC136D
Black with #FC136D
Text Example
Text Example
White with #FC136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC136D; }
p { color: rgb(252,19,109); }
H1.HeaderClassName
{
color: #FC136D;
}
.AnyTagClassName
{
color: #FC136D;
}
</style>
background-color css
<style>
a { background-color: #FC136D; }
a { background-color: rgb(252,19,109); }
div.DivClassName
{
background-color: #FC136D;
}
.BgClassName
{
background-color: #FC136D;
}
</style>
border-color css
<style>
span { border-color: #FC136D; }
span { border-color: rgb(252,19,109); }
td.TdClassName
{
border-color: #FC136D;
}
.TagClassName
{
border-color: #FC136D;
}
</style>