Shades of Radical Red #FE395B
Tints of Radical Red #FE395B
RGB
CMYK
RGB Variations
Color information
#FE395B (or 0xFE395B) is known color: Radical Red. HEX triplet: FE, 39 and 5B. RGB value is (254,57,91). Sum of RGB (Red+Green+Blue) = 254+57+91=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE395B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE395B is #01C6A4. Grayscale: #777777. Windows color (decimal): -116389 or 5978622. OLE color: 5978622.
HSL color Cylindrical-coordinate representation of color #FE395B: hue angle of 349.64º 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 #FE395B is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 91 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.00 |
| HSL | 349.64º | 0.99% | 0.61% | - |
| HSV(B) | 349.64º | 0.78% | 1% | - |
| XYZ | 44.22 | 24.75 | 12.34 | - |
| YUV | 119.78 | 111.77 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 91 | 0 | 0.78 | 0.64 | 0.00 | 349.64 | 0.99 | 0.61 |
| Hex | FE | 39 | 5B | 0 | 4E | 40 | 0 | 15E | 63 | 3D |
| Octal | 376 | 71 | 133 | 0 | 116 | 100 | 0 | 536 | 143 | 75 |
| Binary | 11111110 | 111001 | 1011011 | 0 | 1001110 | 1000000 | 0 | 101011110 | 1100011 | 111101 |
Color Harmonies of #FE395B
Complementary color
Monochromatic Colors of #FE395B
Black with #FE395B
Text Example
Text Example
White with #FE395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE395B; }
p { color: rgb(254,57,91); }
H1.HeaderClassName
{
color: #FE395B;
}
.AnyTagClassName
{
color: #FE395B;
}
</style>
background-color css
<style>
a { background-color: #FE395B; }
a { background-color: rgb(254,57,91); }
div.DivClassName
{
background-color: #FE395B;
}
.BgClassName
{
background-color: #FE395B;
}
</style>
border-color css
<style>
span { border-color: #FE395B; }
span { border-color: rgb(254,57,91); }
td.TdClassName
{
border-color: #FE395B;
}
.TagClassName
{
border-color: #FE395B;
}
</style>