Shades of Razzmatazz #FF0963
Tints of Razzmatazz #FF0963
RGB
CMYK
RGB Variations
Color information
#FF0963 (or 0xFF0963) is known color: Razzmatazz. HEX triplet: FF, 09 and 63. RGB value is (255,9,99). Sum of RGB (Red+Green+Blue) = 255+9+99=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0963 is #00F69C. Grayscale: #5C5C5C. Windows color (decimal): -63133 or 6490623. OLE color: 6490623.
HSL color Cylindrical-coordinate representation of color #FF0963: hue angle of 338.05º 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 #FF0963 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.61 | 0 |
| HSL | 338.05º | 1% | 0.52% | - |
| HSV(B) | 338.05º | 0.96% | 1% | - |
| XYZ | 43.59 | 22.36 | 13.82 | - |
| YUV | 92.81 | 131.5 | 243.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 99 | 0 | 0.96 | 0.61 | 0 | 338.05 | 1 | 0.52 |
| Hex | FF | 9 | 63 | 0 | 60 | 3D | 0 | 152 | 64 | 34 |
| Octal | 377 | 11 | 143 | 0 | 140 | 75 | 0 | 522 | 144 | 64 |
| Binary | 11111111 | 1001 | 1100011 | 0 | 1100000 | 111101 | 0 | 101010010 | 1100100 | 110100 |
Color Harmonies of #FF0963
Complementary color
Monochromatic Colors of #FF0963
Black with #FF0963
Text Example
Text Example
White with #FF0963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0963; }
p { color: rgb(255,9,99); }
H1.HeaderClassName
{
color: #FF0963;
}
.AnyTagClassName
{
color: #FF0963;
}
</style>
background-color css
<style>
a { background-color: #FF0963; }
a { background-color: rgb(255,9,99); }
div.DivClassName
{
background-color: #FF0963;
}
.BgClassName
{
background-color: #FF0963;
}
</style>
border-color css
<style>
span { border-color: #FF0963; }
span { border-color: rgb(255,9,99); }
td.TdClassName
{
border-color: #FF0963;
}
.TagClassName
{
border-color: #FF0963;
}
</style>