Shades of Razzmatazz #FF146B
Tints of Razzmatazz #FF146B
RGB
CMYK
RGB Variations
Color information
#FF146B (or 0xFF146B) is known color: Razzmatazz. HEX triplet: FF, 14 and 6B. RGB value is (255,20,107). Sum of RGB (Red+Green+Blue) = 255+20+107=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF146B is #00EB94. Grayscale: #646464. Windows color (decimal): -60309 or 7017727. OLE color: 7017727.
HSL color Cylindrical-coordinate representation of color #FF146B: hue angle of 337.79º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF146B is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 107 | - |
| CMYK | 0 | 0.92 | 0.58 | 0 |
| HSL | 337.79º | 1% | 0.54% | - |
| HSV(B) | 337.79º | 0.92% | 1% | - |
| XYZ | 44.14 | 22.82 | 15.99 | - |
| YUV | 100.18 | 131.86 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 107 | 0 | 0.92 | 0.58 | 0 | 337.79 | 1 | 0.54 |
| Hex | FF | 14 | 6B | 0 | 5C | 3A | 0 | 152 | 64 | 36 |
| Octal | 377 | 24 | 153 | 0 | 134 | 72 | 0 | 522 | 144 | 66 |
| Binary | 11111111 | 10100 | 1101011 | 0 | 1011100 | 111010 | 0 | 101010010 | 1100100 | 110110 |
Color Harmonies of #FF146B
Complementary color
Monochromatic Colors of #FF146B
Black with #FF146B
Text Example
Text Example
White with #FF146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF146B; }
p { color: rgb(255,20,107); }
H1.HeaderClassName
{
color: #FF146B;
}
.AnyTagClassName
{
color: #FF146B;
}
</style>
background-color css
<style>
a { background-color: #FF146B; }
a { background-color: rgb(255,20,107); }
div.DivClassName
{
background-color: #FF146B;
}
.BgClassName
{
background-color: #FF146B;
}
</style>
border-color css
<style>
span { border-color: #FF146B; }
span { border-color: rgb(255,20,107); }
td.TdClassName
{
border-color: #FF146B;
}
.TagClassName
{
border-color: #FF146B;
}
</style>