Shades of Razzmatazz #FE125C
Tints of Razzmatazz #FE125C
RGB
CMYK
RGB Variations
Color information
#FE125C (or 0xFE125C) is known color: Razzmatazz. HEX triplet: FE, 12 and 5C. RGB value is (254,18,92). Sum of RGB (Red+Green+Blue) = 254+18+92=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE125C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE125C is #01EDA3. Grayscale: #606060. Windows color (decimal): -126372 or 6034174. OLE color: 6034174.
HSL color Cylindrical-coordinate representation of color #FE125C: hue angle of 341.19º 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 #FE125C is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 92 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.00 |
| HSL | 341.19º | 0.99% | 0.53% | - |
| HSV(B) | 341.19º | 0.93% | 1% | - |
| XYZ | 43.02 | 22.28 | 12.16 | - |
| YUV | 97 | 125.19 | 239.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 92 | 0 | 0.93 | 0.64 | 0.00 | 341.19 | 0.99 | 0.53 |
| Hex | FE | 12 | 5C | 0 | 5D | 40 | 0 | 155 | 63 | 35 |
| Octal | 376 | 22 | 134 | 0 | 135 | 100 | 0 | 525 | 143 | 65 |
| Binary | 11111110 | 10010 | 1011100 | 0 | 1011101 | 1000000 | 0 | 101010101 | 1100011 | 110101 |
Color Harmonies of #FE125C
Complementary color
Monochromatic Colors of #FE125C
Black with #FE125C
Text Example
Text Example
White with #FE125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE125C; }
p { color: rgb(254,18,92); }
H1.HeaderClassName
{
color: #FE125C;
}
.AnyTagClassName
{
color: #FE125C;
}
</style>
background-color css
<style>
a { background-color: #FE125C; }
a { background-color: rgb(254,18,92); }
div.DivClassName
{
background-color: #FE125C;
}
.BgClassName
{
background-color: #FE125C;
}
</style>
border-color css
<style>
span { border-color: #FE125C; }
span { border-color: rgb(254,18,92); }
td.TdClassName
{
border-color: #FE125C;
}
.TagClassName
{
border-color: #FE125C;
}
</style>