Shades of Radical Red #FE375A
Tints of Radical Red #FE375A
RGB
CMYK
RGB Variations
Color information
#FE375A (or 0xFE375A) is known color: Radical Red. HEX triplet: FE, 37 and 5A. RGB value is (254,55,90). Sum of RGB (Red+Green+Blue) = 254+55+90=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE375A is #01C8A5. Grayscale: #767676. Windows color (decimal): -116902 or 5912574. OLE color: 5912574.
HSL color Cylindrical-coordinate representation of color #FE375A: hue angle of 349.45º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE375A is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 90 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.00 |
| HSL | 349.45º | 0.99% | 0.61% | - |
| HSV(B) | 349.45º | 0.78% | 1% | - |
| XYZ | 44.08 | 24.54 | 12.09 | - |
| YUV | 118.49 | 111.93 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 90 | 0 | 0.78 | 0.65 | 0.00 | 349.45 | 0.99 | 0.61 |
| Hex | FE | 37 | 5A | 0 | 4E | 41 | 0 | 15D | 63 | 3D |
| Octal | 376 | 67 | 132 | 0 | 116 | 101 | 0 | 535 | 143 | 75 |
| Binary | 11111110 | 110111 | 1011010 | 0 | 1001110 | 1000001 | 0 | 101011101 | 1100011 | 111101 |
Color Harmonies of #FE375A
Complementary color
Monochromatic Colors of #FE375A
Black with #FE375A
Text Example
Text Example
White with #FE375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE375A; }
p { color: rgb(254,55,90); }
H1.HeaderClassName
{
color: #FE375A;
}
.AnyTagClassName
{
color: #FE375A;
}
</style>
background-color css
<style>
a { background-color: #FE375A; }
a { background-color: rgb(254,55,90); }
div.DivClassName
{
background-color: #FE375A;
}
.BgClassName
{
background-color: #FE375A;
}
</style>
border-color css
<style>
span { border-color: #FE375A; }
span { border-color: rgb(254,55,90); }
td.TdClassName
{
border-color: #FE375A;
}
.TagClassName
{
border-color: #FE375A;
}
</style>