Shades of Razzmatazz #FE1258
Tints of Razzmatazz #FE1258
RGB
CMYK
RGB Variations
Color information
#FE1258 (or 0xFE1258) is known color: Razzmatazz. HEX triplet: FE, 12 and 58. RGB value is (254,18,88). Sum of RGB (Red+Green+Blue) = 254+18+88=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1258 is #01EDA7. Grayscale: #606060. Windows color (decimal): -126376 or 5772030. OLE color: 5772030.
HSL color Cylindrical-coordinate representation of color #FE1258: hue angle of 342.2º 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 #FE1258 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 88 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.00 |
| HSL | 342.2º | 0.99% | 0.53% | - |
| HSV(B) | 342.2º | 0.93% | 1% | - |
| XYZ | 42.85 | 22.21 | 11.26 | - |
| YUV | 96.54 | 123.19 | 240.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 88 | 0 | 0.93 | 0.65 | 0.00 | 342.2 | 0.99 | 0.53 |
| Hex | FE | 12 | 58 | 0 | 5D | 41 | 0 | 156 | 63 | 35 |
| Octal | 376 | 22 | 130 | 0 | 135 | 101 | 0 | 526 | 143 | 65 |
| Binary | 11111110 | 10010 | 1011000 | 0 | 1011101 | 1000001 | 0 | 101010110 | 1100011 | 110101 |
Color Harmonies of #FE1258
Complementary color
Monochromatic Colors of #FE1258
Black with #FE1258
Text Example
Text Example
White with #FE1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1258; }
p { color: rgb(254,18,88); }
H1.HeaderClassName
{
color: #FE1258;
}
.AnyTagClassName
{
color: #FE1258;
}
</style>
background-color css
<style>
a { background-color: #FE1258; }
a { background-color: rgb(254,18,88); }
div.DivClassName
{
background-color: #FE1258;
}
.BgClassName
{
background-color: #FE1258;
}
</style>
border-color css
<style>
span { border-color: #FE1258; }
span { border-color: rgb(254,18,88); }
td.TdClassName
{
border-color: #FE1258;
}
.TagClassName
{
border-color: #FE1258;
}
</style>