Shades of Razzmatazz #FE0C72
Tints of Razzmatazz #FE0C72
RGB
CMYK
RGB Variations
Color information
#FE0C72 (or 0xFE0C72) is known color: Razzmatazz. HEX triplet: FE, 0C and 72. RGB value is (254,12,114). Sum of RGB (Red+Green+Blue) = 254+12+114=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0C72 is #01F38D. Grayscale: #5F5F5F. Windows color (decimal): -127886 or 7474430. OLE color: 7474430.
HSL color Cylindrical-coordinate representation of color #FE0C72: hue angle of 334.71º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0C72 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 114 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.00 |
| HSL | 334.71º | 0.99% | 0.52% | - |
| HSV(B) | 334.71º | 0.95% | 1% | - |
| XYZ | 44.04 | 22.55 | 17.95 | - |
| YUV | 95.99 | 138.17 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 114 | 0 | 0.95 | 0.55 | 0.00 | 334.71 | 0.99 | 0.52 |
| Hex | FE | C | 72 | 0 | 5F | 37 | 0 | 14F | 63 | 34 |
| Octal | 376 | 14 | 162 | 0 | 137 | 67 | 0 | 517 | 143 | 64 |
| Binary | 11111110 | 1100 | 1110010 | 0 | 1011111 | 110111 | 0 | 101001111 | 1100011 | 110100 |
Color Harmonies of #FE0C72
Complementary color
Monochromatic Colors of #FE0C72
Black with #FE0C72
Text Example
Text Example
White with #FE0C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0C72; }
p { color: rgb(254,12,114); }
H1.HeaderClassName
{
color: #FE0C72;
}
.AnyTagClassName
{
color: #FE0C72;
}
</style>
background-color css
<style>
a { background-color: #FE0C72; }
a { background-color: rgb(254,12,114); }
div.DivClassName
{
background-color: #FE0C72;
}
.BgClassName
{
background-color: #FE0C72;
}
</style>
border-color css
<style>
span { border-color: #FE0C72; }
span { border-color: rgb(254,12,114); }
td.TdClassName
{
border-color: #FE0C72;
}
.TagClassName
{
border-color: #FE0C72;
}
</style>