Shades of Razzmatazz #FF1466
Tints of Razzmatazz #FF1466
RGB
CMYK
RGB Variations
Color information
#FF1466 (or 0xFF1466) is known color: Razzmatazz. HEX triplet: FF, 14 and 66. RGB value is (255,20,102). Sum of RGB (Red+Green+Blue) = 255+20+102=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1466 is #00EB99. Grayscale: #636363. Windows color (decimal): -60314 or 6690047. OLE color: 6690047.
HSL color Cylindrical-coordinate representation of color #FF1466: hue angle of 339.06º 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 #FF1466 is Cyan = 0, Magento = 0.92, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 102 | - |
| CMYK | 0 | 0.92 | 0.6 | 0 |
| HSL | 339.06º | 1% | 0.54% | - |
| HSV(B) | 339.06º | 0.92% | 1% | - |
| XYZ | 43.89 | 22.72 | 14.64 | - |
| YUV | 99.61 | 129.36 | 238.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 102 | 0 | 0.92 | 0.6 | 0 | 339.06 | 1 | 0.54 |
| Hex | FF | 14 | 66 | 0 | 5C | 3C | 0 | 153 | 64 | 36 |
| Octal | 377 | 24 | 146 | 0 | 134 | 74 | 0 | 523 | 144 | 66 |
| Binary | 11111111 | 10100 | 1100110 | 0 | 1011100 | 111100 | 0 | 101010011 | 1100100 | 110110 |
Color Harmonies of #FF1466
Complementary color
Monochromatic Colors of #FF1466
Black with #FF1466
Text Example
Text Example
White with #FF1466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1466; }
p { color: rgb(255,20,102); }
H1.HeaderClassName
{
color: #FF1466;
}
.AnyTagClassName
{
color: #FF1466;
}
</style>
background-color css
<style>
a { background-color: #FF1466; }
a { background-color: rgb(255,20,102); }
div.DivClassName
{
background-color: #FF1466;
}
.BgClassName
{
background-color: #FF1466;
}
</style>
border-color css
<style>
span { border-color: #FF1466; }
span { border-color: rgb(255,20,102); }
td.TdClassName
{
border-color: #FF1466;
}
.TagClassName
{
border-color: #FF1466;
}
</style>