Shades of Razzmatazz #FE0C5A
Tints of Razzmatazz #FE0C5A
RGB
CMYK
RGB Variations
Color information
#FE0C5A (or 0xFE0C5A) is known color: Razzmatazz. HEX triplet: FE, 0C and 5A. RGB value is (254,12,90). Sum of RGB (Red+Green+Blue) = 254+12+90=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0C5A is #01F3A5. Grayscale: #5D5D5D. Windows color (decimal): -127910 or 5901566. OLE color: 5901566.
HSL color Cylindrical-coordinate representation of color #FE0C5A: hue angle of 340.66º 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 #FE0C5A is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 90 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.00 |
| HSL | 340.66º | 0.99% | 0.52% | - |
| HSV(B) | 340.66º | 0.95% | 1% | - |
| XYZ | 42.85 | 22.07 | 11.67 | - |
| YUV | 93.25 | 126.17 | 242.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 90 | 0 | 0.95 | 0.65 | 0.00 | 340.66 | 0.99 | 0.52 |
| Hex | FE | C | 5A | 0 | 5F | 41 | 0 | 155 | 63 | 34 |
| Octal | 376 | 14 | 132 | 0 | 137 | 101 | 0 | 525 | 143 | 64 |
| Binary | 11111110 | 1100 | 1011010 | 0 | 1011111 | 1000001 | 0 | 101010101 | 1100011 | 110100 |
Color Harmonies of #FE0C5A
Complementary color
Monochromatic Colors of #FE0C5A
Black with #FE0C5A
Text Example
Text Example
White with #FE0C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0C5A; }
p { color: rgb(254,12,90); }
H1.HeaderClassName
{
color: #FE0C5A;
}
.AnyTagClassName
{
color: #FE0C5A;
}
</style>
background-color css
<style>
a { background-color: #FE0C5A; }
a { background-color: rgb(254,12,90); }
div.DivClassName
{
background-color: #FE0C5A;
}
.BgClassName
{
background-color: #FE0C5A;
}
</style>
border-color css
<style>
span { border-color: #FE0C5A; }
span { border-color: rgb(254,12,90); }
td.TdClassName
{
border-color: #FE0C5A;
}
.TagClassName
{
border-color: #FE0C5A;
}
</style>