Shades of Razzmatazz #FF0956
Tints of Razzmatazz #FF0956
RGB
CMYK
RGB Variations
Color information
#FF0956 (or 0xFF0956) is known color: Razzmatazz. HEX triplet: FF, 09 and 56. RGB value is (255,9,86). Sum of RGB (Red+Green+Blue) = 255+9+86=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0956 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0956 is #00F6A9. Grayscale: #5B5B5B. Windows color (decimal): -63146 or 5638655. OLE color: 5638655.
HSL color Cylindrical-coordinate representation of color #FF0956: hue angle of 341.22º 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 #FF0956 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 86 | - |
| CMYK | 0 | 0.96 | 0.66 | 0 |
| HSL | 341.22º | 1% | 0.52% | - |
| HSV(B) | 341.22º | 0.96% | 1% | - |
| XYZ | 43.02 | 22.13 | 10.81 | - |
| YUV | 91.33 | 125 | 244.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 86 | 0 | 0.96 | 0.66 | 0 | 341.22 | 1 | 0.52 |
| Hex | FF | 9 | 56 | 0 | 60 | 42 | 0 | 155 | 64 | 34 |
| Octal | 377 | 11 | 126 | 0 | 140 | 102 | 0 | 525 | 144 | 64 |
| Binary | 11111111 | 1001 | 1010110 | 0 | 1100000 | 1000010 | 0 | 101010101 | 1100100 | 110100 |
Color Harmonies of #FF0956
Complementary color
Monochromatic Colors of #FF0956
Black with #FF0956
Text Example
Text Example
White with #FF0956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0956; }
p { color: rgb(255,9,86); }
H1.HeaderClassName
{
color: #FF0956;
}
.AnyTagClassName
{
color: #FF0956;
}
</style>
background-color css
<style>
a { background-color: #FF0956; }
a { background-color: rgb(255,9,86); }
div.DivClassName
{
background-color: #FF0956;
}
.BgClassName
{
background-color: #FF0956;
}
</style>
border-color css
<style>
span { border-color: #FF0956; }
span { border-color: rgb(255,9,86); }
td.TdClassName
{
border-color: #FF0956;
}
.TagClassName
{
border-color: #FF0956;
}
</style>