Shades of Razzmatazz #FF1463
Tints of Razzmatazz #FF1463
RGB
CMYK
RGB Variations
Color information
#FF1463 (or 0xFF1463) is known color: Razzmatazz. HEX triplet: FF, 14 and 63. RGB value is (255,20,99). Sum of RGB (Red+Green+Blue) = 255+20+99=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1463 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1463 is #00EB9C. Grayscale: #636363. Windows color (decimal): -60317 or 6493439. OLE color: 6493439.
HSL color Cylindrical-coordinate representation of color #FF1463: hue angle of 339.83º 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 #FF1463 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 99 | - |
| CMYK | 0 | 0.92 | 0.61 | 0 |
| HSL | 339.83º | 1% | 0.54% | - |
| HSV(B) | 339.83º | 0.92% | 1% | - |
| XYZ | 43.74 | 22.66 | 13.87 | - |
| YUV | 99.27 | 127.86 | 239.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 99 | 0 | 0.92 | 0.61 | 0 | 339.83 | 1 | 0.54 |
| Hex | FF | 14 | 63 | 0 | 5C | 3D | 0 | 154 | 64 | 36 |
| Octal | 377 | 24 | 143 | 0 | 134 | 75 | 0 | 524 | 144 | 66 |
| Binary | 11111111 | 10100 | 1100011 | 0 | 1011100 | 111101 | 0 | 101010100 | 1100100 | 110110 |
Color Harmonies of #FF1463
Complementary color
Monochromatic Colors of #FF1463
Black with #FF1463
Text Example
Text Example
White with #FF1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1463; }
p { color: rgb(255,20,99); }
H1.HeaderClassName
{
color: #FF1463;
}
.AnyTagClassName
{
color: #FF1463;
}
</style>
background-color css
<style>
a { background-color: #FF1463; }
a { background-color: rgb(255,20,99); }
div.DivClassName
{
background-color: #FF1463;
}
.BgClassName
{
background-color: #FF1463;
}
</style>
border-color css
<style>
span { border-color: #FF1463; }
span { border-color: rgb(255,20,99); }
td.TdClassName
{
border-color: #FF1463;
}
.TagClassName
{
border-color: #FF1463;
}
</style>