Shades of Razzmatazz #FF0853
Tints of Razzmatazz #FF0853
RGB
CMYK
RGB Variations
Color information
#FF0853 (or 0xFF0853) is known color: Razzmatazz. HEX triplet: FF, 08 and 53. RGB value is (255,8,83). Sum of RGB (Red+Green+Blue) = 255+8+83=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0853 is #00F7AC. Grayscale: #5A5A5A. Windows color (decimal): -63405 or 5441791. OLE color: 5441791.
HSL color Cylindrical-coordinate representation of color #FF0853: hue angle of 341.78º 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 #FF0853 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 83 | - |
| CMYK | 0 | 0.97 | 0.67 | 0 |
| HSL | 341.78º | 1% | 0.52% | - |
| HSV(B) | 341.78º | 0.97% | 1% | - |
| XYZ | 42.89 | 22.06 | 10.18 | - |
| YUV | 90.4 | 123.83 | 245.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 83 | 0 | 0.97 | 0.67 | 0 | 341.78 | 1 | 0.52 |
| Hex | FF | 8 | 53 | 0 | 61 | 43 | 0 | 156 | 64 | 34 |
| Octal | 377 | 10 | 123 | 0 | 141 | 103 | 0 | 526 | 144 | 64 |
| Binary | 11111111 | 1000 | 1010011 | 0 | 1100001 | 1000011 | 0 | 101010110 | 1100100 | 110100 |
Color Harmonies of #FF0853
Complementary color
Monochromatic Colors of #FF0853
Black with #FF0853
Text Example
Text Example
White with #FF0853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0853; }
p { color: rgb(255,8,83); }
H1.HeaderClassName
{
color: #FF0853;
}
.AnyTagClassName
{
color: #FF0853;
}
</style>
background-color css
<style>
a { background-color: #FF0853; }
a { background-color: rgb(255,8,83); }
div.DivClassName
{
background-color: #FF0853;
}
.BgClassName
{
background-color: #FF0853;
}
</style>
border-color css
<style>
span { border-color: #FF0853; }
span { border-color: rgb(255,8,83); }
td.TdClassName
{
border-color: #FF0853;
}
.TagClassName
{
border-color: #FF0853;
}
</style>