Shades of Razzmatazz #FE1758
Tints of Razzmatazz #FE1758
RGB
CMYK
RGB Variations
Color information
#FE1758 (or 0xFE1758) is known color: Razzmatazz. HEX triplet: FE, 17 and 58. RGB value is (254,23,88). Sum of RGB (Red+Green+Blue) = 254+23+88=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1758 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1758 is #01E8A7. Grayscale: #636363. Windows color (decimal): -125096 or 5773310. OLE color: 5773310.
HSL color Cylindrical-coordinate representation of color #FE1758: hue angle of 343.12º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1758 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 88 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.00 |
| HSL | 343.12º | 0.99% | 0.54% | - |
| HSV(B) | 343.12º | 0.91% | 1% | - |
| XYZ | 42.94 | 22.39 | 11.29 | - |
| YUV | 99.48 | 121.53 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 88 | 0 | 0.91 | 0.65 | 0.00 | 343.12 | 0.99 | 0.54 |
| Hex | FE | 17 | 58 | 0 | 5B | 41 | 0 | 157 | 63 | 36 |
| Octal | 376 | 27 | 130 | 0 | 133 | 101 | 0 | 527 | 143 | 66 |
| Binary | 11111110 | 10111 | 1011000 | 0 | 1011011 | 1000001 | 0 | 101010111 | 1100011 | 110110 |
Color Harmonies of #FE1758
Complementary color
Monochromatic Colors of #FE1758
Black with #FE1758
Text Example
Text Example
White with #FE1758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1758; }
p { color: rgb(254,23,88); }
H1.HeaderClassName
{
color: #FE1758;
}
.AnyTagClassName
{
color: #FE1758;
}
</style>
background-color css
<style>
a { background-color: #FE1758; }
a { background-color: rgb(254,23,88); }
div.DivClassName
{
background-color: #FE1758;
}
.BgClassName
{
background-color: #FE1758;
}
</style>
border-color css
<style>
span { border-color: #FE1758; }
span { border-color: rgb(254,23,88); }
td.TdClassName
{
border-color: #FE1758;
}
.TagClassName
{
border-color: #FE1758;
}
</style>