Shades of Razzmatazz #FE0253
Tints of Razzmatazz #FE0253
RGB
CMYK
RGB Variations
Color information
#FE0253 (or 0xFE0253) is known color: Razzmatazz. HEX triplet: FE, 02 and 53. RGB value is (254,2,83). Sum of RGB (Red+Green+Blue) = 254+2+83=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0253 is #01FDAC. Grayscale: #565656. Windows color (decimal): -130477 or 5440254. OLE color: 5440254.
HSL color Cylindrical-coordinate representation of color #FE0253: hue angle of 340.71º 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 #FE0253 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.00 |
| HSL | 340.71º | 0.99% | 0.5% | - |
| HSV(B) | 340.71º | 0.99% | 1% | - |
| XYZ | 42.46 | 21.74 | 10.14 | - |
| YUV | 86.58 | 125.99 | 247.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 83 | 0 | 0.99 | 0.67 | 0.00 | 340.71 | 0.99 | 0.5 |
| Hex | FE | 2 | 53 | 0 | 63 | 43 | 0 | 155 | 63 | 32 |
| Octal | 376 | 2 | 123 | 0 | 143 | 103 | 0 | 525 | 143 | 62 |
| Binary | 11111110 | 10 | 1010011 | 0 | 1100011 | 1000011 | 0 | 101010101 | 1100011 | 110010 |
Color Harmonies of #FE0253
Complementary color
Monochromatic Colors of #FE0253
Black with #FE0253
Text Example
Text Example
White with #FE0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0253; }
p { color: rgb(254,2,83); }
H1.HeaderClassName
{
color: #FE0253;
}
.AnyTagClassName
{
color: #FE0253;
}
</style>
background-color css
<style>
a { background-color: #FE0253; }
a { background-color: rgb(254,2,83); }
div.DivClassName
{
background-color: #FE0253;
}
.BgClassName
{
background-color: #FE0253;
}
</style>
border-color css
<style>
span { border-color: #FE0253; }
span { border-color: rgb(254,2,83); }
td.TdClassName
{
border-color: #FE0253;
}
.TagClassName
{
border-color: #FE0253;
}
</style>