Shades of Razzmatazz #FF0855
Tints of Razzmatazz #FF0855
RGB
CMYK
RGB Variations
Color information
#FF0855 (or 0xFF0855) is known color: Razzmatazz. HEX triplet: FF, 08 and 55. RGB value is (255,8,85). Sum of RGB (Red+Green+Blue) = 255+8+85=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0855 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0855 is #00F7AA. Grayscale: #5A5A5A. Windows color (decimal): -63403 or 5572863. OLE color: 5572863.
HSL color Cylindrical-coordinate representation of color #FF0855: hue angle of 341.3º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0855 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 85 | - |
| CMYK | 0 | 0.97 | 0.67 | 0 |
| HSL | 341.3º | 1% | 0.52% | - |
| HSV(B) | 341.3º | 0.97% | 1% | - |
| XYZ | 42.97 | 22.09 | 10.59 | - |
| YUV | 90.63 | 124.83 | 245.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 85 | 0 | 0.97 | 0.67 | 0 | 341.3 | 1 | 0.52 |
| Hex | FF | 8 | 55 | 0 | 61 | 43 | 0 | 155 | 64 | 34 |
| Octal | 377 | 10 | 125 | 0 | 141 | 103 | 0 | 525 | 144 | 64 |
| Binary | 11111111 | 1000 | 1010101 | 0 | 1100001 | 1000011 | 0 | 101010101 | 1100100 | 110100 |
Color Harmonies of #FF0855
Complementary color
Monochromatic Colors of #FF0855
Black with #FF0855
Text Example
Text Example
White with #FF0855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0855; }
p { color: rgb(255,8,85); }
H1.HeaderClassName
{
color: #FF0855;
}
.AnyTagClassName
{
color: #FF0855;
}
</style>
background-color css
<style>
a { background-color: #FF0855; }
a { background-color: rgb(255,8,85); }
div.DivClassName
{
background-color: #FF0855;
}
.BgClassName
{
background-color: #FF0855;
}
</style>
border-color css
<style>
span { border-color: #FF0855; }
span { border-color: rgb(255,8,85); }
td.TdClassName
{
border-color: #FF0855;
}
.TagClassName
{
border-color: #FF0855;
}
</style>