Shades of Razzmatazz #FF0962
Tints of Razzmatazz #FF0962
RGB
CMYK
RGB Variations
Color information
#FF0962 (or 0xFF0962) is known color: Razzmatazz. HEX triplet: FF, 09 and 62. RGB value is (255,9,98). Sum of RGB (Red+Green+Blue) = 255+9+98=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0962 is #00F69D. Grayscale: #5C5C5C. Windows color (decimal): -63134 or 6425087. OLE color: 6425087.
HSL color Cylindrical-coordinate representation of color #FF0962: hue angle of 338.29º 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 #FF0962 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 98 | - |
| CMYK | 0 | 0.96 | 0.62 | 0 |
| HSL | 338.29º | 1% | 0.52% | - |
| HSV(B) | 338.29º | 0.96% | 1% | - |
| XYZ | 43.54 | 22.34 | 13.57 | - |
| YUV | 92.7 | 131 | 243.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 98 | 0 | 0.96 | 0.62 | 0 | 338.29 | 1 | 0.52 |
| Hex | FF | 9 | 62 | 0 | 60 | 3E | 0 | 152 | 64 | 34 |
| Octal | 377 | 11 | 142 | 0 | 140 | 76 | 0 | 522 | 144 | 64 |
| Binary | 11111111 | 1001 | 1100010 | 0 | 1100000 | 111110 | 0 | 101010010 | 1100100 | 110100 |
Color Harmonies of #FF0962
Complementary color
Monochromatic Colors of #FF0962
Black with #FF0962
Text Example
Text Example
White with #FF0962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0962; }
p { color: rgb(255,9,98); }
H1.HeaderClassName
{
color: #FF0962;
}
.AnyTagClassName
{
color: #FF0962;
}
</style>
background-color css
<style>
a { background-color: #FF0962; }
a { background-color: rgb(255,9,98); }
div.DivClassName
{
background-color: #FF0962;
}
.BgClassName
{
background-color: #FF0962;
}
</style>
border-color css
<style>
span { border-color: #FF0962; }
span { border-color: rgb(255,9,98); }
td.TdClassName
{
border-color: #FF0962;
}
.TagClassName
{
border-color: #FF0962;
}
</style>