Shades of Razzmatazz #FE016F
Tints of Razzmatazz #FE016F
RGB
CMYK
RGB Variations
Color information
#FE016F (or 0xFE016F) is known color: Razzmatazz. HEX triplet: FE, 01 and 6F. RGB value is (254,1,111). Sum of RGB (Red+Green+Blue) = 254+1+111=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE016F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE016F is #01FE90. Grayscale: #595959. Windows color (decimal): -130705 or 7275006. OLE color: 7275006.
HSL color Cylindrical-coordinate representation of color #FE016F: hue angle of 333.91º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE016F is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 111 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.00 |
| HSL | 333.91º | 0.99% | 0.5% | - |
| HSV(B) | 333.91º | 1% | 1% | - |
| XYZ | 43.75 | 22.24 | 17.03 | - |
| YUV | 89.19 | 140.32 | 245.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 111 | 0 | 1.00 | 0.56 | 0.00 | 333.91 | 0.99 | 0.5 |
| Hex | FE | 1 | 6F | 0 | 64 | 38 | 0 | 14E | 63 | 32 |
| Octal | 376 | 1 | 157 | 0 | 144 | 70 | 0 | 516 | 143 | 62 |
| Binary | 11111110 | 1 | 1101111 | 0 | 1100100 | 111000 | 0 | 101001110 | 1100011 | 110010 |
Color Harmonies of #FE016F
Complementary color
Monochromatic Colors of #FE016F
Black with #FE016F
Text Example
Text Example
White with #FE016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE016F; }
p { color: rgb(254,1,111); }
H1.HeaderClassName
{
color: #FE016F;
}
.AnyTagClassName
{
color: #FE016F;
}
</style>
background-color css
<style>
a { background-color: #FE016F; }
a { background-color: rgb(254,1,111); }
div.DivClassName
{
background-color: #FE016F;
}
.BgClassName
{
background-color: #FE016F;
}
</style>
border-color css
<style>
span { border-color: #FE016F; }
span { border-color: rgb(254,1,111); }
td.TdClassName
{
border-color: #FE016F;
}
.TagClassName
{
border-color: #FE016F;
}
</style>