Shades of Razzmatazz #FE1264
Tints of Razzmatazz #FE1264
RGB
CMYK
RGB Variations
Color information
#FE1264 (or 0xFE1264) is known color: Razzmatazz. HEX triplet: FE, 12 and 64. RGB value is (254,18,100). Sum of RGB (Red+Green+Blue) = 254+18+100=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1264 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1264 is #01ED9B. Grayscale: #616161. Windows color (decimal): -126364 or 6558462. OLE color: 6558462.
HSL color Cylindrical-coordinate representation of color #FE1264: hue angle of 339.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1264 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 100 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.00 |
| HSL | 339.15º | 0.99% | 0.53% | - |
| HSV(B) | 339.15º | 0.93% | 1% | - |
| XYZ | 43.39 | 22.42 | 14.1 | - |
| YUV | 97.91 | 129.19 | 239.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 100 | 0 | 0.93 | 0.61 | 0.00 | 339.15 | 0.99 | 0.53 |
| Hex | FE | 12 | 64 | 0 | 5D | 3D | 0 | 153 | 63 | 35 |
| Octal | 376 | 22 | 144 | 0 | 135 | 75 | 0 | 523 | 143 | 65 |
| Binary | 11111110 | 10010 | 1100100 | 0 | 1011101 | 111101 | 0 | 101010011 | 1100011 | 110101 |
Color Harmonies of #FE1264
Complementary color
Monochromatic Colors of #FE1264
Black with #FE1264
Text Example
Text Example
White with #FE1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1264; }
p { color: rgb(254,18,100); }
H1.HeaderClassName
{
color: #FE1264;
}
.AnyTagClassName
{
color: #FE1264;
}
</style>
background-color css
<style>
a { background-color: #FE1264; }
a { background-color: rgb(254,18,100); }
div.DivClassName
{
background-color: #FE1264;
}
.BgClassName
{
background-color: #FE1264;
}
</style>
border-color css
<style>
span { border-color: #FE1264; }
span { border-color: rgb(254,18,100); }
td.TdClassName
{
border-color: #FE1264;
}
.TagClassName
{
border-color: #FE1264;
}
</style>