Shades of Razzmatazz #FE1357
Tints of Razzmatazz #FE1357
RGB
CMYK
RGB Variations
Color information
#FE1357 (or 0xFE1357) is known color: Razzmatazz. HEX triplet: FE, 13 and 57. RGB value is (254,19,87). Sum of RGB (Red+Green+Blue) = 254+19+87=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1357 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1357 is #01ECA8. Grayscale: #606060. Windows color (decimal): -126121 or 5706750. OLE color: 5706750.
HSL color Cylindrical-coordinate representation of color #FE1357: hue angle of 342.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1357 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 87 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.00 |
| HSL | 342.64º | 0.99% | 0.54% | - |
| HSV(B) | 342.64º | 0.93% | 1% | - |
| XYZ | 42.83 | 22.22 | 11.05 | - |
| YUV | 97.02 | 122.36 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 87 | 0 | 0.93 | 0.66 | 0.00 | 342.64 | 0.99 | 0.54 |
| Hex | FE | 13 | 57 | 0 | 5D | 42 | 0 | 157 | 63 | 36 |
| Octal | 376 | 23 | 127 | 0 | 135 | 102 | 0 | 527 | 143 | 66 |
| Binary | 11111110 | 10011 | 1010111 | 0 | 1011101 | 1000010 | 0 | 101010111 | 1100011 | 110110 |
Color Harmonies of #FE1357
Complementary color
Monochromatic Colors of #FE1357
Black with #FE1357
Text Example
Text Example
White with #FE1357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1357; }
p { color: rgb(254,19,87); }
H1.HeaderClassName
{
color: #FE1357;
}
.AnyTagClassName
{
color: #FE1357;
}
</style>
background-color css
<style>
a { background-color: #FE1357; }
a { background-color: rgb(254,19,87); }
div.DivClassName
{
background-color: #FE1357;
}
.BgClassName
{
background-color: #FE1357;
}
</style>
border-color css
<style>
span { border-color: #FE1357; }
span { border-color: rgb(254,19,87); }
td.TdClassName
{
border-color: #FE1357;
}
.TagClassName
{
border-color: #FE1357;
}
</style>