Shades of Razzmatazz #FF146A
Tints of Razzmatazz #FF146A
RGB
CMYK
RGB Variations
Color information
#FF146A (or 0xFF146A) is known color: Razzmatazz. HEX triplet: FF, 14 and 6A. RGB value is (255,20,106). Sum of RGB (Red+Green+Blue) = 255+20+106=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF146A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF146A is #00EB95. Grayscale: #636363. Windows color (decimal): -60310 or 6952191. OLE color: 6952191.
HSL color Cylindrical-coordinate representation of color #FF146A: hue angle of 338.04º 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 #FF146A is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 106 | - |
| CMYK | 0 | 0.92 | 0.58 | 0 |
| HSL | 338.04º | 1% | 0.54% | - |
| HSV(B) | 338.04º | 0.92% | 1% | - |
| XYZ | 44.09 | 22.8 | 15.71 | - |
| YUV | 100.07 | 131.36 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 106 | 0 | 0.92 | 0.58 | 0 | 338.04 | 1 | 0.54 |
| Hex | FF | 14 | 6A | 0 | 5C | 3A | 0 | 152 | 64 | 36 |
| Octal | 377 | 24 | 152 | 0 | 134 | 72 | 0 | 522 | 144 | 66 |
| Binary | 11111111 | 10100 | 1101010 | 0 | 1011100 | 111010 | 0 | 101010010 | 1100100 | 110110 |
Color Harmonies of #FF146A
Complementary color
Monochromatic Colors of #FF146A
Black with #FF146A
Text Example
Text Example
White with #FF146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF146A; }
p { color: rgb(255,20,106); }
H1.HeaderClassName
{
color: #FF146A;
}
.AnyTagClassName
{
color: #FF146A;
}
</style>
background-color css
<style>
a { background-color: #FF146A; }
a { background-color: rgb(255,20,106); }
div.DivClassName
{
background-color: #FF146A;
}
.BgClassName
{
background-color: #FF146A;
}
</style>
border-color css
<style>
span { border-color: #FF146A; }
span { border-color: rgb(255,20,106); }
td.TdClassName
{
border-color: #FF146A;
}
.TagClassName
{
border-color: #FF146A;
}
</style>