Shades of Razzmatazz #FE1466
Tints of Razzmatazz #FE1466
RGB
CMYK
RGB Variations
Color information
#FE1466 (or 0xFE1466) is known color: Razzmatazz. HEX triplet: FE, 14 and 66. RGB value is (254,20,102). Sum of RGB (Red+Green+Blue) = 254+20+102=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1466 is #01EB99. Grayscale: #636363. Windows color (decimal): -125850 or 6690046. OLE color: 6690046.
HSL color Cylindrical-coordinate representation of color #FE1466: hue angle of 338.97º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1466 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 102 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.00 |
| HSL | 338.97º | 0.99% | 0.54% | - |
| HSV(B) | 338.97º | 0.92% | 1% | - |
| XYZ | 43.52 | 22.53 | 14.63 | - |
| YUV | 99.31 | 129.52 | 238.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 102 | 0 | 0.92 | 0.60 | 0.00 | 338.97 | 0.99 | 0.54 |
| Hex | FE | 14 | 66 | 0 | 5C | 3C | 0 | 153 | 63 | 36 |
| Octal | 376 | 24 | 146 | 0 | 134 | 74 | 0 | 523 | 143 | 66 |
| Binary | 11111110 | 10100 | 1100110 | 0 | 1011100 | 111100 | 0 | 101010011 | 1100011 | 110110 |
Color Harmonies of #FE1466
Complementary color
Monochromatic Colors of #FE1466
Black with #FE1466
Text Example
Text Example
White with #FE1466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1466; }
p { color: rgb(254,20,102); }
H1.HeaderClassName
{
color: #FE1466;
}
.AnyTagClassName
{
color: #FE1466;
}
</style>
background-color css
<style>
a { background-color: #FE1466; }
a { background-color: rgb(254,20,102); }
div.DivClassName
{
background-color: #FE1466;
}
.BgClassName
{
background-color: #FE1466;
}
</style>
border-color css
<style>
span { border-color: #FE1466; }
span { border-color: rgb(254,20,102); }
td.TdClassName
{
border-color: #FE1466;
}
.TagClassName
{
border-color: #FE1466;
}
</style>