Shades of Razzmatazz #FE1270
Tints of Razzmatazz #FE1270
RGB
CMYK
RGB Variations
Color information
#FE1270 (or 0xFE1270) is known color: Razzmatazz. HEX triplet: FE, 12 and 70. RGB value is (254,18,112). Sum of RGB (Red+Green+Blue) = 254+18+112=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1270 is #01ED8F. Grayscale: #636363. Windows color (decimal): -126352 or 7344894. OLE color: 7344894.
HSL color Cylindrical-coordinate representation of color #FE1270: hue angle of 336.1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1270 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 112 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.00 |
| HSL | 336.1º | 0.99% | 0.53% | - |
| HSV(B) | 336.1º | 0.93% | 1% | - |
| XYZ | 44.01 | 22.67 | 17.39 | - |
| YUV | 99.28 | 135.19 | 238.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 112 | 0 | 0.93 | 0.56 | 0.00 | 336.1 | 0.99 | 0.53 |
| Hex | FE | 12 | 70 | 0 | 5D | 38 | 0 | 150 | 63 | 35 |
| Octal | 376 | 22 | 160 | 0 | 135 | 70 | 0 | 520 | 143 | 65 |
| Binary | 11111110 | 10010 | 1110000 | 0 | 1011101 | 111000 | 0 | 101010000 | 1100011 | 110101 |
Color Harmonies of #FE1270
Complementary color
Monochromatic Colors of #FE1270
Black with #FE1270
Text Example
Text Example
White with #FE1270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1270; }
p { color: rgb(254,18,112); }
H1.HeaderClassName
{
color: #FE1270;
}
.AnyTagClassName
{
color: #FE1270;
}
</style>
background-color css
<style>
a { background-color: #FE1270; }
a { background-color: rgb(254,18,112); }
div.DivClassName
{
background-color: #FE1270;
}
.BgClassName
{
background-color: #FE1270;
}
</style>
border-color css
<style>
span { border-color: #FE1270; }
span { border-color: rgb(254,18,112); }
td.TdClassName
{
border-color: #FE1270;
}
.TagClassName
{
border-color: #FE1270;
}
</style>