Shades of Razzmatazz #FF126C
Tints of Razzmatazz #FF126C
RGB
CMYK
RGB Variations
Color information
#FF126C (or 0xFF126C) is known color: Razzmatazz. HEX triplet: FF, 12 and 6C. RGB value is (255,18,108). Sum of RGB (Red+Green+Blue) = 255+18+108=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF126C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF126C is #00ED93. Grayscale: #636363. Windows color (decimal): -60820 or 7082751. OLE color: 7082751.
HSL color Cylindrical-coordinate representation of color #FF126C: hue angle of 337.22º 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 #FF126C is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 108 | - |
| CMYK | 0 | 0.93 | 0.58 | 0 |
| HSL | 337.22º | 1% | 0.54% | - |
| HSV(B) | 337.22º | 0.93% | 1% | - |
| XYZ | 44.16 | 22.78 | 16.26 | - |
| YUV | 99.12 | 133.02 | 239.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 108 | 0 | 0.93 | 0.58 | 0 | 337.22 | 1 | 0.54 |
| Hex | FF | 12 | 6C | 0 | 5D | 3A | 0 | 151 | 64 | 36 |
| Octal | 377 | 22 | 154 | 0 | 135 | 72 | 0 | 521 | 144 | 66 |
| Binary | 11111111 | 10010 | 1101100 | 0 | 1011101 | 111010 | 0 | 101010001 | 1100100 | 110110 |
Color Harmonies of #FF126C
Complementary color
Monochromatic Colors of #FF126C
Black with #FF126C
Text Example
Text Example
White with #FF126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF126C; }
p { color: rgb(255,18,108); }
H1.HeaderClassName
{
color: #FF126C;
}
.AnyTagClassName
{
color: #FF126C;
}
</style>
background-color css
<style>
a { background-color: #FF126C; }
a { background-color: rgb(255,18,108); }
div.DivClassName
{
background-color: #FF126C;
}
.BgClassName
{
background-color: #FF126C;
}
</style>
border-color css
<style>
span { border-color: #FF126C; }
span { border-color: rgb(255,18,108); }
td.TdClassName
{
border-color: #FF126C;
}
.TagClassName
{
border-color: #FF126C;
}
</style>