Shades of Radical Red #FE375C
Tints of Radical Red #FE375C
RGB
CMYK
RGB Variations
Color information
#FE375C (or 0xFE375C) is known color: Radical Red. HEX triplet: FE, 37 and 5C. RGB value is (254,55,92). Sum of RGB (Red+Green+Blue) = 254+55+92=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE375C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE375C is #01C8A3. Grayscale: #767676. Windows color (decimal): -116900 or 6043646. OLE color: 6043646.
HSL color Cylindrical-coordinate representation of color #FE375C: hue angle of 348.84º 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 #FE375C is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 92 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.00 |
| HSL | 348.84º | 0.99% | 0.61% | - |
| HSV(B) | 348.84º | 0.78% | 1% | - |
| XYZ | 44.17 | 24.58 | 12.54 | - |
| YUV | 118.72 | 112.93 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 92 | 0 | 0.78 | 0.64 | 0.00 | 348.84 | 0.99 | 0.61 |
| Hex | FE | 37 | 5C | 0 | 4E | 40 | 0 | 15D | 63 | 3D |
| Octal | 376 | 67 | 134 | 0 | 116 | 100 | 0 | 535 | 143 | 75 |
| Binary | 11111110 | 110111 | 1011100 | 0 | 1001110 | 1000000 | 0 | 101011101 | 1100011 | 111101 |
Color Harmonies of #FE375C
Complementary color
Monochromatic Colors of #FE375C
Black with #FE375C
Text Example
Text Example
White with #FE375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE375C; }
p { color: rgb(254,55,92); }
H1.HeaderClassName
{
color: #FE375C;
}
.AnyTagClassName
{
color: #FE375C;
}
</style>
background-color css
<style>
a { background-color: #FE375C; }
a { background-color: rgb(254,55,92); }
div.DivClassName
{
background-color: #FE375C;
}
.BgClassName
{
background-color: #FE375C;
}
</style>
border-color css
<style>
span { border-color: #FE375C; }
span { border-color: rgb(254,55,92); }
td.TdClassName
{
border-color: #FE375C;
}
.TagClassName
{
border-color: #FE375C;
}
</style>