Shades of Razzmatazz #FE1458
Tints of Razzmatazz #FE1458
RGB
CMYK
RGB Variations
Color information
#FE1458 (or 0xFE1458) is known color: Razzmatazz. HEX triplet: FE, 14 and 58. RGB value is (254,20,88). Sum of RGB (Red+Green+Blue) = 254+20+88=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1458 is #01EBA7. Grayscale: #616161. Windows color (decimal): -125864 or 5772542. OLE color: 5772542.
HSL color Cylindrical-coordinate representation of color #FE1458: hue angle of 342.56º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1458 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 88 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.00 |
| HSL | 342.56º | 0.99% | 0.54% | - |
| HSV(B) | 342.56º | 0.92% | 1% | - |
| XYZ | 42.88 | 22.28 | 11.27 | - |
| YUV | 97.72 | 122.52 | 239.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 88 | 0 | 0.92 | 0.65 | 0.00 | 342.56 | 0.99 | 0.54 |
| Hex | FE | 14 | 58 | 0 | 5C | 41 | 0 | 157 | 63 | 36 |
| Octal | 376 | 24 | 130 | 0 | 134 | 101 | 0 | 527 | 143 | 66 |
| Binary | 11111110 | 10100 | 1011000 | 0 | 1011100 | 1000001 | 0 | 101010111 | 1100011 | 110110 |
Color Harmonies of #FE1458
Complementary color
Monochromatic Colors of #FE1458
Black with #FE1458
Text Example
Text Example
White with #FE1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1458; }
p { color: rgb(254,20,88); }
H1.HeaderClassName
{
color: #FE1458;
}
.AnyTagClassName
{
color: #FE1458;
}
</style>
background-color css
<style>
a { background-color: #FE1458; }
a { background-color: rgb(254,20,88); }
div.DivClassName
{
background-color: #FE1458;
}
.BgClassName
{
background-color: #FE1458;
}
</style>
border-color css
<style>
span { border-color: #FE1458; }
span { border-color: rgb(254,20,88); }
td.TdClassName
{
border-color: #FE1458;
}
.TagClassName
{
border-color: #FE1458;
}
</style>