Shades of Razzmatazz #FE0960
Tints of Razzmatazz #FE0960
RGB
CMYK
RGB Variations
Color information
#FE0960 (or 0xFE0960) is known color: Razzmatazz. HEX triplet: FE, 09 and 60. RGB value is (254,9,96). Sum of RGB (Red+Green+Blue) = 254+9+96=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0960 is #01F69F. Grayscale: #5C5C5C. Windows color (decimal): -128672 or 6294014. OLE color: 6294014.
HSL color Cylindrical-coordinate representation of color #FE0960: hue angle of 338.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0960 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 96 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.00 |
| HSL | 338.69º | 0.99% | 0.52% | - |
| HSV(B) | 338.69º | 0.96% | 1% | - |
| XYZ | 43.08 | 22.11 | 13.06 | - |
| YUV | 92.17 | 130.17 | 243.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 96 | 0 | 0.96 | 0.62 | 0.00 | 338.69 | 0.99 | 0.52 |
| Hex | FE | 9 | 60 | 0 | 60 | 3E | 0 | 153 | 63 | 34 |
| Octal | 376 | 11 | 140 | 0 | 140 | 76 | 0 | 523 | 143 | 64 |
| Binary | 11111110 | 1001 | 1100000 | 0 | 1100000 | 111110 | 0 | 101010011 | 1100011 | 110100 |
Color Harmonies of #FE0960
Complementary color
Monochromatic Colors of #FE0960
Black with #FE0960
Text Example
Text Example
White with #FE0960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0960; }
p { color: rgb(254,9,96); }
H1.HeaderClassName
{
color: #FE0960;
}
.AnyTagClassName
{
color: #FE0960;
}
</style>
background-color css
<style>
a { background-color: #FE0960; }
a { background-color: rgb(254,9,96); }
div.DivClassName
{
background-color: #FE0960;
}
.BgClassName
{
background-color: #FE0960;
}
</style>
border-color css
<style>
span { border-color: #FE0960; }
span { border-color: rgb(254,9,96); }
td.TdClassName
{
border-color: #FE0960;
}
.TagClassName
{
border-color: #FE0960;
}
</style>