Shades of Radical Red #FE3968
Tints of Radical Red #FE3968
RGB
CMYK
RGB Variations
Color information
#FE3968 (or 0xFE3968) is known color: Radical Red. HEX triplet: FE, 39 and 68. RGB value is (254,57,104). Sum of RGB (Red+Green+Blue) = 254+57+104=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3968 is #01C697. Grayscale: #797979. Windows color (decimal): -116376 or 6830590. OLE color: 6830590.
HSL color Cylindrical-coordinate representation of color #FE3968: hue angle of 345.69º 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 #FE3968 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 104 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.00 |
| HSL | 345.69º | 0.99% | 0.61% | - |
| HSV(B) | 345.69º | 0.78% | 1% | - |
| XYZ | 44.83 | 25 | 15.56 | - |
| YUV | 121.26 | 118.27 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 104 | 0 | 0.78 | 0.59 | 0.00 | 345.69 | 0.99 | 0.61 |
| Hex | FE | 39 | 68 | 0 | 4E | 3B | 0 | 15A | 63 | 3D |
| Octal | 376 | 71 | 150 | 0 | 116 | 73 | 0 | 532 | 143 | 75 |
| Binary | 11111110 | 111001 | 1101000 | 0 | 1001110 | 111011 | 0 | 101011010 | 1100011 | 111101 |
Color Harmonies of #FE3968
Complementary color
Monochromatic Colors of #FE3968
Black with #FE3968
Text Example
Text Example
White with #FE3968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3968; }
p { color: rgb(254,57,104); }
H1.HeaderClassName
{
color: #FE3968;
}
.AnyTagClassName
{
color: #FE3968;
}
</style>
background-color css
<style>
a { background-color: #FE3968; }
a { background-color: rgb(254,57,104); }
div.DivClassName
{
background-color: #FE3968;
}
.BgClassName
{
background-color: #FE3968;
}
</style>
border-color css
<style>
span { border-color: #FE3968; }
span { border-color: rgb(254,57,104); }
td.TdClassName
{
border-color: #FE3968;
}
.TagClassName
{
border-color: #FE3968;
}
</style>