Shades of Razzmatazz #FF0955
Tints of Razzmatazz #FF0955
RGB
CMYK
RGB Variations
Color information
#FF0955 (or 0xFF0955) is known color: Razzmatazz. HEX triplet: FF, 09 and 55. RGB value is (255,9,85). Sum of RGB (Red+Green+Blue) = 255+9+85=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0955 is #00F6AA. Grayscale: #5B5B5B. Windows color (decimal): -63147 or 5573119. OLE color: 5573119.
HSL color Cylindrical-coordinate representation of color #FF0955: hue angle of 341.46º 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 #FF0955 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 85 | - |
| CMYK | 0 | 0.96 | 0.67 | 0 |
| HSL | 341.46º | 1% | 0.52% | - |
| HSV(B) | 341.46º | 0.96% | 1% | - |
| XYZ | 42.98 | 22.11 | 10.6 | - |
| YUV | 91.22 | 124.5 | 244.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 85 | 0 | 0.96 | 0.67 | 0 | 341.46 | 1 | 0.52 |
| Hex | FF | 9 | 55 | 0 | 60 | 43 | 0 | 155 | 64 | 34 |
| Octal | 377 | 11 | 125 | 0 | 140 | 103 | 0 | 525 | 144 | 64 |
| Binary | 11111111 | 1001 | 1010101 | 0 | 1100000 | 1000011 | 0 | 101010101 | 1100100 | 110100 |
Color Harmonies of #FF0955
Complementary color
Monochromatic Colors of #FF0955
Black with #FF0955
Text Example
Text Example
White with #FF0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0955; }
p { color: rgb(255,9,85); }
H1.HeaderClassName
{
color: #FF0955;
}
.AnyTagClassName
{
color: #FF0955;
}
</style>
background-color css
<style>
a { background-color: #FF0955; }
a { background-color: rgb(255,9,85); }
div.DivClassName
{
background-color: #FF0955;
}
.BgClassName
{
background-color: #FF0955;
}
</style>
border-color css
<style>
span { border-color: #FF0955; }
span { border-color: rgb(255,9,85); }
td.TdClassName
{
border-color: #FF0955;
}
.TagClassName
{
border-color: #FF0955;
}
</style>