Shades of Razzmatazz #FE0F70
Tints of Razzmatazz #FE0F70
RGB
CMYK
RGB Variations
Color information
#FE0F70 (or 0xFE0F70) is known color: Razzmatazz. HEX triplet: FE, 0F and 70. RGB value is (254,15,112). Sum of RGB (Red+Green+Blue) = 254+15+112=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F70 is #01F08F. Grayscale: #616161. Windows color (decimal): -127120 or 7344126. OLE color: 7344126.
HSL color Cylindrical-coordinate representation of color #FE0F70: hue angle of 335.65º 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 #FE0F70 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 112 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.00 |
| HSL | 335.65º | 0.99% | 0.53% | - |
| HSV(B) | 335.65º | 0.94% | 1% | - |
| XYZ | 43.97 | 22.58 | 17.37 | - |
| YUV | 97.52 | 136.18 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 112 | 0 | 0.94 | 0.56 | 0.00 | 335.65 | 0.99 | 0.53 |
| Hex | FE | F | 70 | 0 | 5E | 38 | 0 | 150 | 63 | 35 |
| Octal | 376 | 17 | 160 | 0 | 136 | 70 | 0 | 520 | 143 | 65 |
| Binary | 11111110 | 1111 | 1110000 | 0 | 1011110 | 111000 | 0 | 101010000 | 1100011 | 110101 |
Color Harmonies of #FE0F70
Complementary color
Monochromatic Colors of #FE0F70
Black with #FE0F70
Text Example
Text Example
White with #FE0F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F70; }
p { color: rgb(254,15,112); }
H1.HeaderClassName
{
color: #FE0F70;
}
.AnyTagClassName
{
color: #FE0F70;
}
</style>
background-color css
<style>
a { background-color: #FE0F70; }
a { background-color: rgb(254,15,112); }
div.DivClassName
{
background-color: #FE0F70;
}
.BgClassName
{
background-color: #FE0F70;
}
</style>
border-color css
<style>
span { border-color: #FE0F70; }
span { border-color: rgb(254,15,112); }
td.TdClassName
{
border-color: #FE0F70;
}
.TagClassName
{
border-color: #FE0F70;
}
</style>