Shades of Razzmatazz #FE1253
Tints of Razzmatazz #FE1253
RGB
CMYK
RGB Variations
Color information
#FE1253 (or 0xFE1253) is known color: Razzmatazz. HEX triplet: FE, 12 and 53. RGB value is (254,18,83). Sum of RGB (Red+Green+Blue) = 254+18+83=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1253 is #01EDAC. Grayscale: #5F5F5F. Windows color (decimal): -126381 or 5444350. OLE color: 5444350.
HSL color Cylindrical-coordinate representation of color #FE1253: hue angle of 343.47º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1253 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 83 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.00 |
| HSL | 343.47º | 0.99% | 0.53% | - |
| HSV(B) | 343.47º | 0.93% | 1% | - |
| XYZ | 42.65 | 22.13 | 10.21 | - |
| YUV | 95.97 | 120.69 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 83 | 0 | 0.93 | 0.67 | 0.00 | 343.47 | 0.99 | 0.53 |
| Hex | FE | 12 | 53 | 0 | 5D | 43 | 0 | 157 | 63 | 35 |
| Octal | 376 | 22 | 123 | 0 | 135 | 103 | 0 | 527 | 143 | 65 |
| Binary | 11111110 | 10010 | 1010011 | 0 | 1011101 | 1000011 | 0 | 101010111 | 1100011 | 110101 |
Color Harmonies of #FE1253
Complementary color
Monochromatic Colors of #FE1253
Black with #FE1253
Text Example
Text Example
White with #FE1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1253; }
p { color: rgb(254,18,83); }
H1.HeaderClassName
{
color: #FE1253;
}
.AnyTagClassName
{
color: #FE1253;
}
</style>
background-color css
<style>
a { background-color: #FE1253; }
a { background-color: rgb(254,18,83); }
div.DivClassName
{
background-color: #FE1253;
}
.BgClassName
{
background-color: #FE1253;
}
</style>
border-color css
<style>
span { border-color: #FE1253; }
span { border-color: rgb(254,18,83); }
td.TdClassName
{
border-color: #FE1253;
}
.TagClassName
{
border-color: #FE1253;
}
</style>