Shades of Radical Red #FE3958
Tints of Radical Red #FE3958
RGB
CMYK
RGB Variations
Color information
#FE3958 (or 0xFE3958) is known color: Radical Red. HEX triplet: FE, 39 and 58. RGB value is (254,57,88). Sum of RGB (Red+Green+Blue) = 254+57+88=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3958 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3958 is #01C6A7. Grayscale: #777777. Windows color (decimal): -116392 or 5782014. OLE color: 5782014.
HSL color Cylindrical-coordinate representation of color #FE3958: hue angle of 350.56º 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 #FE3958 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 88 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.00 |
| HSL | 350.56º | 0.99% | 0.61% | - |
| HSV(B) | 350.56º | 0.78% | 1% | - |
| XYZ | 44.1 | 24.7 | 11.68 | - |
| YUV | 119.44 | 110.27 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 88 | 0 | 0.78 | 0.65 | 0.00 | 350.56 | 0.99 | 0.61 |
| Hex | FE | 39 | 58 | 0 | 4E | 41 | 0 | 15F | 63 | 3D |
| Octal | 376 | 71 | 130 | 0 | 116 | 101 | 0 | 537 | 143 | 75 |
| Binary | 11111110 | 111001 | 1011000 | 0 | 1001110 | 1000001 | 0 | 101011111 | 1100011 | 111101 |
Color Harmonies of #FE3958
Complementary color
Monochromatic Colors of #FE3958
Black with #FE3958
Text Example
Text Example
White with #FE3958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3958; }
p { color: rgb(254,57,88); }
H1.HeaderClassName
{
color: #FE3958;
}
.AnyTagClassName
{
color: #FE3958;
}
</style>
background-color css
<style>
a { background-color: #FE3958; }
a { background-color: rgb(254,57,88); }
div.DivClassName
{
background-color: #FE3958;
}
.BgClassName
{
background-color: #FE3958;
}
</style>
border-color css
<style>
span { border-color: #FE3958; }
span { border-color: rgb(254,57,88); }
td.TdClassName
{
border-color: #FE3958;
}
.TagClassName
{
border-color: #FE3958;
}
</style>