Shades of Razzmatazz #FF136A
Tints of Razzmatazz #FF136A
RGB
CMYK
RGB Variations
Color information
#FF136A (or 0xFF136A) is known color: Razzmatazz. HEX triplet: FF, 13 and 6A. RGB value is (255,19,106). Sum of RGB (Red+Green+Blue) = 255+19+106=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF136A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF136A is #00EC95. Grayscale: #636363. Windows color (decimal): -60566 or 6951935. OLE color: 6951935.
HSL color Cylindrical-coordinate representation of color #FF136A: hue angle of 337.88º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF136A is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 106 | - |
| CMYK | 0 | 0.93 | 0.58 | 0 |
| HSL | 337.88º | 1% | 0.54% | - |
| HSV(B) | 337.88º | 0.93% | 1% | - |
| XYZ | 44.07 | 22.77 | 15.71 | - |
| YUV | 99.48 | 131.69 | 238.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 106 | 0 | 0.93 | 0.58 | 0 | 337.88 | 1 | 0.54 |
| Hex | FF | 13 | 6A | 0 | 5D | 3A | 0 | 152 | 64 | 36 |
| Octal | 377 | 23 | 152 | 0 | 135 | 72 | 0 | 522 | 144 | 66 |
| Binary | 11111111 | 10011 | 1101010 | 0 | 1011101 | 111010 | 0 | 101010010 | 1100100 | 110110 |
Color Harmonies of #FF136A
Complementary color
Monochromatic Colors of #FF136A
Black with #FF136A
Text Example
Text Example
White with #FF136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF136A; }
p { color: rgb(255,19,106); }
H1.HeaderClassName
{
color: #FF136A;
}
.AnyTagClassName
{
color: #FF136A;
}
</style>
background-color css
<style>
a { background-color: #FF136A; }
a { background-color: rgb(255,19,106); }
div.DivClassName
{
background-color: #FF136A;
}
.BgClassName
{
background-color: #FF136A;
}
</style>
border-color css
<style>
span { border-color: #FF136A; }
span { border-color: rgb(255,19,106); }
td.TdClassName
{
border-color: #FF136A;
}
.TagClassName
{
border-color: #FF136A;
}
</style>