Shades of Razzmatazz #FE125A
Tints of Razzmatazz #FE125A
RGB
CMYK
RGB Variations
Color information
#FE125A (or 0xFE125A) is known color: Razzmatazz. HEX triplet: FE, 12 and 5A. RGB value is (254,18,90). Sum of RGB (Red+Green+Blue) = 254+18+90=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE125A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE125A is #01EDA5. Grayscale: #606060. Windows color (decimal): -126374 or 5903102. OLE color: 5903102.
HSL color Cylindrical-coordinate representation of color #FE125A: hue angle of 341.69º 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 #FE125A is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 90 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.00 |
| HSL | 341.69º | 0.99% | 0.53% | - |
| HSV(B) | 341.69º | 0.93% | 1% | - |
| XYZ | 42.93 | 22.24 | 11.7 | - |
| YUV | 96.77 | 124.19 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 90 | 0 | 0.93 | 0.65 | 0.00 | 341.69 | 0.99 | 0.53 |
| Hex | FE | 12 | 5A | 0 | 5D | 41 | 0 | 156 | 63 | 35 |
| Octal | 376 | 22 | 132 | 0 | 135 | 101 | 0 | 526 | 143 | 65 |
| Binary | 11111110 | 10010 | 1011010 | 0 | 1011101 | 1000001 | 0 | 101010110 | 1100011 | 110101 |
Color Harmonies of #FE125A
Complementary color
Monochromatic Colors of #FE125A
Black with #FE125A
Text Example
Text Example
White with #FE125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE125A; }
p { color: rgb(254,18,90); }
H1.HeaderClassName
{
color: #FE125A;
}
.AnyTagClassName
{
color: #FE125A;
}
</style>
background-color css
<style>
a { background-color: #FE125A; }
a { background-color: rgb(254,18,90); }
div.DivClassName
{
background-color: #FE125A;
}
.BgClassName
{
background-color: #FE125A;
}
</style>
border-color css
<style>
span { border-color: #FE125A; }
span { border-color: rgb(254,18,90); }
td.TdClassName
{
border-color: #FE125A;
}
.TagClassName
{
border-color: #FE125A;
}
</style>