Shades of Razzmatazz #FF0960
Tints of Razzmatazz #FF0960
RGB
CMYK
RGB Variations
Color information
#FF0960 (or 0xFF0960) is known color: Razzmatazz. HEX triplet: FF, 09 and 60. RGB value is (255,9,96). Sum of RGB (Red+Green+Blue) = 255+9+96=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0960 is #00F69F. Grayscale: #5C5C5C. Windows color (decimal): -63136 or 6294015. OLE color: 6294015.
HSL color Cylindrical-coordinate representation of color #FF0960: hue angle of 338.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0960 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 96 | - |
| CMYK | 0 | 0.96 | 0.62 | 0 |
| HSL | 338.78º | 1% | 0.52% | - |
| HSV(B) | 338.78º | 0.96% | 1% | - |
| XYZ | 43.45 | 22.3 | 13.08 | - |
| YUV | 92.47 | 130 | 243.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 96 | 0 | 0.96 | 0.62 | 0 | 338.78 | 1 | 0.52 |
| Hex | FF | 9 | 60 | 0 | 60 | 3E | 0 | 153 | 64 | 34 |
| Octal | 377 | 11 | 140 | 0 | 140 | 76 | 0 | 523 | 144 | 64 |
| Binary | 11111111 | 1001 | 1100000 | 0 | 1100000 | 111110 | 0 | 101010011 | 1100100 | 110100 |
Color Harmonies of #FF0960
Complementary color
Monochromatic Colors of #FF0960
Black with #FF0960
Text Example
Text Example
White with #FF0960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0960; }
p { color: rgb(255,9,96); }
H1.HeaderClassName
{
color: #FF0960;
}
.AnyTagClassName
{
color: #FF0960;
}
</style>
background-color css
<style>
a { background-color: #FF0960; }
a { background-color: rgb(255,9,96); }
div.DivClassName
{
background-color: #FF0960;
}
.BgClassName
{
background-color: #FF0960;
}
</style>
border-color css
<style>
span { border-color: #FF0960; }
span { border-color: rgb(255,9,96); }
td.TdClassName
{
border-color: #FF0960;
}
.TagClassName
{
border-color: #FF0960;
}
</style>