Shades of Razzmatazz #FF136B
Tints of Razzmatazz #FF136B
RGB
CMYK
RGB Variations
Color information
#FF136B (or 0xFF136B) is known color: Razzmatazz. HEX triplet: FF, 13 and 6B. RGB value is (255,19,107). Sum of RGB (Red+Green+Blue) = 255+19+107=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF136B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF136B is #00EC94. Grayscale: #636363. Windows color (decimal): -60565 or 7017471. OLE color: 7017471.
HSL color Cylindrical-coordinate representation of color #FF136B: hue angle of 337.63º 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 #FF136B is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 107 | - |
| CMYK | 0 | 0.93 | 0.58 | 0 |
| HSL | 337.63º | 1% | 0.54% | - |
| HSV(B) | 337.63º | 0.93% | 1% | - |
| XYZ | 44.13 | 22.79 | 15.98 | - |
| YUV | 99.6 | 132.19 | 238.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 107 | 0 | 0.93 | 0.58 | 0 | 337.63 | 1 | 0.54 |
| Hex | FF | 13 | 6B | 0 | 5D | 3A | 0 | 152 | 64 | 36 |
| Octal | 377 | 23 | 153 | 0 | 135 | 72 | 0 | 522 | 144 | 66 |
| Binary | 11111111 | 10011 | 1101011 | 0 | 1011101 | 111010 | 0 | 101010010 | 1100100 | 110110 |
Color Harmonies of #FF136B
Complementary color
Monochromatic Colors of #FF136B
Black with #FF136B
Text Example
Text Example
White with #FF136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF136B; }
p { color: rgb(255,19,107); }
H1.HeaderClassName
{
color: #FF136B;
}
.AnyTagClassName
{
color: #FF136B;
}
</style>
background-color css
<style>
a { background-color: #FF136B; }
a { background-color: rgb(255,19,107); }
div.DivClassName
{
background-color: #FF136B;
}
.BgClassName
{
background-color: #FF136B;
}
</style>
border-color css
<style>
span { border-color: #FF136B; }
span { border-color: rgb(255,19,107); }
td.TdClassName
{
border-color: #FF136B;
}
.TagClassName
{
border-color: #FF136B;
}
</style>