Shades of Razzmatazz #FE1257
Tints of Razzmatazz #FE1257
RGB
CMYK
RGB Variations
Color information
#FE1257 (or 0xFE1257) is known color: Razzmatazz. HEX triplet: FE, 12 and 57. RGB value is (254,18,87). Sum of RGB (Red+Green+Blue) = 254+18+87=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1257 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1257 is #01EDA8. Grayscale: #606060. Windows color (decimal): -126377 or 5706494. OLE color: 5706494.
HSL color Cylindrical-coordinate representation of color #FE1257: hue angle of 342.46º 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 #FE1257 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 87 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.00 |
| HSL | 342.46º | 0.99% | 0.53% | - |
| HSV(B) | 342.46º | 0.93% | 1% | - |
| XYZ | 42.81 | 22.19 | 11.04 | - |
| YUV | 96.43 | 122.69 | 240.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 87 | 0 | 0.93 | 0.66 | 0.00 | 342.46 | 0.99 | 0.53 |
| Hex | FE | 12 | 57 | 0 | 5D | 42 | 0 | 156 | 63 | 35 |
| Octal | 376 | 22 | 127 | 0 | 135 | 102 | 0 | 526 | 143 | 65 |
| Binary | 11111110 | 10010 | 1010111 | 0 | 1011101 | 1000010 | 0 | 101010110 | 1100011 | 110101 |
Color Harmonies of #FE1257
Complementary color
Monochromatic Colors of #FE1257
Black with #FE1257
Text Example
Text Example
White with #FE1257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1257; }
p { color: rgb(254,18,87); }
H1.HeaderClassName
{
color: #FE1257;
}
.AnyTagClassName
{
color: #FE1257;
}
</style>
background-color css
<style>
a { background-color: #FE1257; }
a { background-color: rgb(254,18,87); }
div.DivClassName
{
background-color: #FE1257;
}
.BgClassName
{
background-color: #FE1257;
}
</style>
border-color css
<style>
span { border-color: #FE1257; }
span { border-color: rgb(254,18,87); }
td.TdClassName
{
border-color: #FE1257;
}
.TagClassName
{
border-color: #FE1257;
}
</style>