Shades of Razzmatazz #FF1053
Tints of Razzmatazz #FF1053
RGB
CMYK
RGB Variations
Color information
#FF1053 (or 0xFF1053) is known color: Razzmatazz. HEX triplet: FF, 10 and 53. RGB value is (255,16,83). Sum of RGB (Red+Green+Blue) = 255+16+83=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1053 is #00EFAC. Grayscale: #5F5F5F. Windows color (decimal): -61357 or 5443839. OLE color: 5443839.
HSL color Cylindrical-coordinate representation of color #FF1053: hue angle of 343.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1053 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 83 | - |
| CMYK | 0 | 0.94 | 0.67 | 0 |
| HSL | 343.18º | 1% | 0.53% | - |
| HSV(B) | 343.18º | 0.94% | 1% | - |
| XYZ | 42.99 | 22.26 | 10.21 | - |
| YUV | 95.1 | 121.18 | 242.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 83 | 0 | 0.94 | 0.67 | 0 | 343.18 | 1 | 0.53 |
| Hex | FF | 10 | 53 | 0 | 5E | 43 | 0 | 157 | 64 | 35 |
| Octal | 377 | 20 | 123 | 0 | 136 | 103 | 0 | 527 | 144 | 65 |
| Binary | 11111111 | 10000 | 1010011 | 0 | 1011110 | 1000011 | 0 | 101010111 | 1100100 | 110101 |
Color Harmonies of #FF1053
Complementary color
Monochromatic Colors of #FF1053
Black with #FF1053
Text Example
Text Example
White with #FF1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1053; }
p { color: rgb(255,16,83); }
H1.HeaderClassName
{
color: #FF1053;
}
.AnyTagClassName
{
color: #FF1053;
}
</style>
background-color css
<style>
a { background-color: #FF1053; }
a { background-color: rgb(255,16,83); }
div.DivClassName
{
background-color: #FF1053;
}
.BgClassName
{
background-color: #FF1053;
}
</style>
border-color css
<style>
span { border-color: #FF1053; }
span { border-color: rgb(255,16,83); }
td.TdClassName
{
border-color: #FF1053;
}
.TagClassName
{
border-color: #FF1053;
}
</style>