Shades of Razzmatazz #FE046F
Tints of Razzmatazz #FE046F
RGB
CMYK
RGB Variations
Color information
#FE046F (or 0xFE046F) is known color: Razzmatazz. HEX triplet: FE, 04 and 6F. RGB value is (254,4,111). Sum of RGB (Red+Green+Blue) = 254+4+111=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE046F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE046F is #01FB90. Grayscale: #5A5A5A. Windows color (decimal): -129937 or 7275774. OLE color: 7275774.
HSL color Cylindrical-coordinate representation of color #FE046F: hue angle of 334.32º 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 #FE046F is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 111 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.00 |
| HSL | 334.32º | 0.99% | 0.51% | - |
| HSV(B) | 334.32º | 0.98% | 1% | - |
| XYZ | 43.79 | 22.31 | 17.04 | - |
| YUV | 90.95 | 139.33 | 244.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 111 | 0 | 0.98 | 0.56 | 0.00 | 334.32 | 0.99 | 0.51 |
| Hex | FE | 4 | 6F | 0 | 62 | 38 | 0 | 14E | 63 | 33 |
| Octal | 376 | 4 | 157 | 0 | 142 | 70 | 0 | 516 | 143 | 63 |
| Binary | 11111110 | 100 | 1101111 | 0 | 1100010 | 111000 | 0 | 101001110 | 1100011 | 110011 |
Color Harmonies of #FE046F
Complementary color
Monochromatic Colors of #FE046F
Black with #FE046F
Text Example
Text Example
White with #FE046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE046F; }
p { color: rgb(254,4,111); }
H1.HeaderClassName
{
color: #FE046F;
}
.AnyTagClassName
{
color: #FE046F;
}
</style>
background-color css
<style>
a { background-color: #FE046F; }
a { background-color: rgb(254,4,111); }
div.DivClassName
{
background-color: #FE046F;
}
.BgClassName
{
background-color: #FE046F;
}
</style>
border-color css
<style>
span { border-color: #FE046F; }
span { border-color: rgb(254,4,111); }
td.TdClassName
{
border-color: #FE046F;
}
.TagClassName
{
border-color: #FE046F;
}
</style>