Shades of Razzmatazz #FD1253
Tints of Razzmatazz #FD1253
RGB
CMYK
RGB Variations
Color information
#FD1253 (or 0xFD1253) is known color: Razzmatazz. HEX triplet: FD, 12 and 53. RGB value is (253,18,83). Sum of RGB (Red+Green+Blue) = 253+18+83=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1253 is #02EDAC. Grayscale: #5F5F5F. Windows color (decimal): -191917 or 5444349. OLE color: 5444349.
HSL color Cylindrical-coordinate representation of color #FD1253: hue angle of 343.4º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1253 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 83 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.01 |
| HSL | 343.4º | 0.98% | 0.53% | - |
| HSV(B) | 343.4º | 0.93% | 0.99% | - |
| XYZ | 42.29 | 21.94 | 10.19 | - |
| YUV | 95.68 | 120.86 | 240.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 83 | 0 | 0.93 | 0.67 | 0.01 | 343.4 | 0.98 | 0.53 |
| Hex | FD | 12 | 53 | 0 | 5D | 43 | 1 | 157 | 62 | 35 |
| Octal | 375 | 22 | 123 | 0 | 135 | 103 | 1 | 527 | 142 | 65 |
| Binary | 11111101 | 10010 | 1010011 | 0 | 1011101 | 1000011 | 1 | 101010111 | 1100010 | 110101 |
Color Harmonies of #FD1253
Complementary color
Monochromatic Colors of #FD1253
Black with #FD1253
Text Example
Text Example
White with #FD1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1253; }
p { color: rgb(253,18,83); }
H1.HeaderClassName
{
color: #FD1253;
}
.AnyTagClassName
{
color: #FD1253;
}
</style>
background-color css
<style>
a { background-color: #FD1253; }
a { background-color: rgb(253,18,83); }
div.DivClassName
{
background-color: #FD1253;
}
.BgClassName
{
background-color: #FD1253;
}
</style>
border-color css
<style>
span { border-color: #FD1253; }
span { border-color: rgb(253,18,83); }
td.TdClassName
{
border-color: #FD1253;
}
.TagClassName
{
border-color: #FD1253;
}
</style>