Shades of Razzmatazz #FE0357
Tints of Razzmatazz #FE0357
RGB
CMYK
RGB Variations
Color information
#FE0357 (or 0xFE0357) is known color: Razzmatazz. HEX triplet: FE, 03 and 57. RGB value is (254,3,87). Sum of RGB (Red+Green+Blue) = 254+3+87=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0357 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0357 is #01FCA8. Grayscale: #575757. Windows color (decimal): -130217 or 5702654. OLE color: 5702654.
HSL color Cylindrical-coordinate representation of color #FE0357: hue angle of 339.92º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0357 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 87 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.00 |
| HSL | 339.92º | 0.99% | 0.5% | - |
| HSV(B) | 339.92º | 0.99% | 1% | - |
| XYZ | 42.63 | 21.82 | 10.98 | - |
| YUV | 87.63 | 127.66 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 87 | 0 | 0.99 | 0.66 | 0.00 | 339.92 | 0.99 | 0.5 |
| Hex | FE | 3 | 57 | 0 | 63 | 42 | 0 | 154 | 63 | 32 |
| Octal | 376 | 3 | 127 | 0 | 143 | 102 | 0 | 524 | 143 | 62 |
| Binary | 11111110 | 11 | 1010111 | 0 | 1100011 | 1000010 | 0 | 101010100 | 1100011 | 110010 |
Color Harmonies of #FE0357
Complementary color
Monochromatic Colors of #FE0357
Black with #FE0357
Text Example
Text Example
White with #FE0357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0357; }
p { color: rgb(254,3,87); }
H1.HeaderClassName
{
color: #FE0357;
}
.AnyTagClassName
{
color: #FE0357;
}
</style>
background-color css
<style>
a { background-color: #FE0357; }
a { background-color: rgb(254,3,87); }
div.DivClassName
{
background-color: #FE0357;
}
.BgClassName
{
background-color: #FE0357;
}
</style>
border-color css
<style>
span { border-color: #FE0357; }
span { border-color: rgb(254,3,87); }
td.TdClassName
{
border-color: #FE0357;
}
.TagClassName
{
border-color: #FE0357;
}
</style>