Shades of Razzmatazz #FE0472
Tints of Razzmatazz #FE0472
RGB
CMYK
RGB Variations
Color information
#FE0472 (or 0xFE0472) is known color: Razzmatazz. HEX triplet: FE, 04 and 72. RGB value is (254,4,114). Sum of RGB (Red+Green+Blue) = 254+4+114=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0472 is #01FB8D. Grayscale: #5B5B5B. Windows color (decimal): -129934 or 7472382. OLE color: 7472382.
HSL color Cylindrical-coordinate representation of color #FE0472: hue angle of 333.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0472 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.00 |
| HSL | 333.6º | 0.99% | 0.51% | - |
| HSV(B) | 333.6º | 0.98% | 1% | - |
| XYZ | 43.95 | 22.37 | 17.92 | - |
| YUV | 91.29 | 140.83 | 244.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 114 | 0 | 0.98 | 0.55 | 0.00 | 333.6 | 0.99 | 0.51 |
| Hex | FE | 4 | 72 | 0 | 62 | 37 | 0 | 14E | 63 | 33 |
| Octal | 376 | 4 | 162 | 0 | 142 | 67 | 0 | 516 | 143 | 63 |
| Binary | 11111110 | 100 | 1110010 | 0 | 1100010 | 110111 | 0 | 101001110 | 1100011 | 110011 |
Color Harmonies of #FE0472
Complementary color
Monochromatic Colors of #FE0472
Black with #FE0472
Text Example
Text Example
White with #FE0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0472; }
p { color: rgb(254,4,114); }
H1.HeaderClassName
{
color: #FE0472;
}
.AnyTagClassName
{
color: #FE0472;
}
</style>
background-color css
<style>
a { background-color: #FE0472; }
a { background-color: rgb(254,4,114); }
div.DivClassName
{
background-color: #FE0472;
}
.BgClassName
{
background-color: #FE0472;
}
</style>
border-color css
<style>
span { border-color: #FE0472; }
span { border-color: rgb(254,4,114); }
td.TdClassName
{
border-color: #FE0472;
}
.TagClassName
{
border-color: #FE0472;
}
</style>