Shades of Razzmatazz #FE0F71
Tints of Razzmatazz #FE0F71
RGB
CMYK
RGB Variations
Color information
#FE0F71 (or 0xFE0F71) is known color: Razzmatazz. HEX triplet: FE, 0F and 71. RGB value is (254,15,113). Sum of RGB (Red+Green+Blue) = 254+15+113=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F71 is #01F08E. Grayscale: #616161. Windows color (decimal): -127119 or 7409662. OLE color: 7409662.
HSL color Cylindrical-coordinate representation of color #FE0F71: hue angle of 335.4º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0F71 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 113 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.00 |
| HSL | 335.4º | 0.99% | 0.53% | - |
| HSV(B) | 335.4º | 0.94% | 1% | - |
| XYZ | 44.02 | 22.6 | 17.67 | - |
| YUV | 97.63 | 136.68 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 113 | 0 | 0.94 | 0.56 | 0.00 | 335.4 | 0.99 | 0.53 |
| Hex | FE | F | 71 | 0 | 5E | 38 | 0 | 14F | 63 | 35 |
| Octal | 376 | 17 | 161 | 0 | 136 | 70 | 0 | 517 | 143 | 65 |
| Binary | 11111110 | 1111 | 1110001 | 0 | 1011110 | 111000 | 0 | 101001111 | 1100011 | 110101 |
Color Harmonies of #FE0F71
Complementary color
Monochromatic Colors of #FE0F71
Black with #FE0F71
Text Example
Text Example
White with #FE0F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F71; }
p { color: rgb(254,15,113); }
H1.HeaderClassName
{
color: #FE0F71;
}
.AnyTagClassName
{
color: #FE0F71;
}
</style>
background-color css
<style>
a { background-color: #FE0F71; }
a { background-color: rgb(254,15,113); }
div.DivClassName
{
background-color: #FE0F71;
}
.BgClassName
{
background-color: #FE0F71;
}
</style>
border-color css
<style>
span { border-color: #FE0F71; }
span { border-color: rgb(254,15,113); }
td.TdClassName
{
border-color: #FE0F71;
}
.TagClassName
{
border-color: #FE0F71;
}
</style>