Shades of Razzmatazz #FF1253
Tints of Razzmatazz #FF1253
RGB
CMYK
RGB Variations
Color information
#FF1253 (or 0xFF1253) is known color: Razzmatazz. HEX triplet: FF, 12 and 53. RGB value is (255,18,83). Sum of RGB (Red+Green+Blue) = 255+18+83=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1253 is #00EDAC. Grayscale: #606060. Windows color (decimal): -60845 or 5444351. OLE color: 5444351.
HSL color Cylindrical-coordinate representation of color #FF1253: hue angle of 343.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1253 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 83 | - |
| CMYK | 0 | 0.93 | 0.67 | 0 |
| HSL | 343.54º | 1% | 0.54% | - |
| HSV(B) | 343.54º | 0.93% | 1% | - |
| XYZ | 43.02 | 22.32 | 10.22 | - |
| YUV | 96.27 | 120.52 | 241.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 83 | 0 | 0.93 | 0.67 | 0 | 343.54 | 1 | 0.54 |
| Hex | FF | 12 | 53 | 0 | 5D | 43 | 0 | 158 | 64 | 36 |
| Octal | 377 | 22 | 123 | 0 | 135 | 103 | 0 | 530 | 144 | 66 |
| Binary | 11111111 | 10010 | 1010011 | 0 | 1011101 | 1000011 | 0 | 101011000 | 1100100 | 110110 |
Color Harmonies of #FF1253
Complementary color
Monochromatic Colors of #FF1253
Black with #FF1253
Text Example
Text Example
White with #FF1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1253; }
p { color: rgb(255,18,83); }
H1.HeaderClassName
{
color: #FF1253;
}
.AnyTagClassName
{
color: #FF1253;
}
</style>
background-color css
<style>
a { background-color: #FF1253; }
a { background-color: rgb(255,18,83); }
div.DivClassName
{
background-color: #FF1253;
}
.BgClassName
{
background-color: #FF1253;
}
</style>
border-color css
<style>
span { border-color: #FF1253; }
span { border-color: rgb(255,18,83); }
td.TdClassName
{
border-color: #FF1253;
}
.TagClassName
{
border-color: #FF1253;
}
</style>