Shades of Radical Red #FE3975
Tints of Radical Red #FE3975
RGB
CMYK
RGB Variations
Color information
#FE3975 (or 0xFE3975) is known color: Radical Red. HEX triplet: FE, 39 and 75. RGB value is (254,57,117). Sum of RGB (Red+Green+Blue) = 254+57+117=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3975 is #01C68A. Grayscale: #7A7A7A. Windows color (decimal): -116363 or 7682558. OLE color: 7682558.
HSL color Cylindrical-coordinate representation of color #FE3975: hue angle of 341.73º 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 #FE3975 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 117 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.00 |
| HSL | 341.73º | 0.99% | 0.61% | - |
| HSV(B) | 341.73º | 0.78% | 1% | - |
| XYZ | 45.55 | 25.28 | 19.31 | - |
| YUV | 122.74 | 124.77 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 117 | 0 | 0.78 | 0.54 | 0.00 | 341.73 | 0.99 | 0.61 |
| Hex | FE | 39 | 75 | 0 | 4E | 36 | 0 | 156 | 63 | 3D |
| Octal | 376 | 71 | 165 | 0 | 116 | 66 | 0 | 526 | 143 | 75 |
| Binary | 11111110 | 111001 | 1110101 | 0 | 1001110 | 110110 | 0 | 101010110 | 1100011 | 111101 |
Color Harmonies of #FE3975
Complementary color
Monochromatic Colors of #FE3975
Black with #FE3975
Text Example
Text Example
White with #FE3975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3975; }
p { color: rgb(254,57,117); }
H1.HeaderClassName
{
color: #FE3975;
}
.AnyTagClassName
{
color: #FE3975;
}
</style>
background-color css
<style>
a { background-color: #FE3975; }
a { background-color: rgb(254,57,117); }
div.DivClassName
{
background-color: #FE3975;
}
.BgClassName
{
background-color: #FE3975;
}
</style>
border-color css
<style>
span { border-color: #FE3975; }
span { border-color: rgb(254,57,117); }
td.TdClassName
{
border-color: #FE3975;
}
.TagClassName
{
border-color: #FE3975;
}
</style>