Shades of Radical Red #FE385A
Tints of Radical Red #FE385A
RGB
CMYK
RGB Variations
Color information
#FE385A (or 0xFE385A) is known color: Radical Red. HEX triplet: FE, 38 and 5A. RGB value is (254,56,90). Sum of RGB (Red+Green+Blue) = 254+56+90=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE385A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE385A is #01C7A5. Grayscale: #777777. Windows color (decimal): -116646 or 5912830. OLE color: 5912830.
HSL color Cylindrical-coordinate representation of color #FE385A: hue angle of 349.7º 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 #FE385A is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 90 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.00 |
| HSL | 349.7º | 0.99% | 0.61% | - |
| HSV(B) | 349.7º | 0.78% | 1% | - |
| XYZ | 44.13 | 24.64 | 12.1 | - |
| YUV | 119.08 | 111.6 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 90 | 0 | 0.78 | 0.65 | 0.00 | 349.7 | 0.99 | 0.61 |
| Hex | FE | 38 | 5A | 0 | 4E | 41 | 0 | 15E | 63 | 3D |
| Octal | 376 | 70 | 132 | 0 | 116 | 101 | 0 | 536 | 143 | 75 |
| Binary | 11111110 | 111000 | 1011010 | 0 | 1001110 | 1000001 | 0 | 101011110 | 1100011 | 111101 |
Color Harmonies of #FE385A
Complementary color
Monochromatic Colors of #FE385A
Black with #FE385A
Text Example
Text Example
White with #FE385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE385A; }
p { color: rgb(254,56,90); }
H1.HeaderClassName
{
color: #FE385A;
}
.AnyTagClassName
{
color: #FE385A;
}
</style>
background-color css
<style>
a { background-color: #FE385A; }
a { background-color: rgb(254,56,90); }
div.DivClassName
{
background-color: #FE385A;
}
.BgClassName
{
background-color: #FE385A;
}
</style>
border-color css
<style>
span { border-color: #FE385A; }
span { border-color: rgb(254,56,90); }
td.TdClassName
{
border-color: #FE385A;
}
.TagClassName
{
border-color: #FE385A;
}
</style>