Shades of Radical Red #FE384A
Tints of Radical Red #FE384A
RGB
CMYK
RGB Variations
Color information
#FE384A (or 0xFE384A) is known color: Radical Red. HEX triplet: FE, 38 and 4A. RGB value is (254,56,74). Sum of RGB (Red+Green+Blue) = 254+56+74=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE384A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE384A is #01C7B5. Grayscale: #757575. Windows color (decimal): -116662 or 4864254. OLE color: 4864254.
HSL color Cylindrical-coordinate representation of color #FE384A: hue angle of 354.55º 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 #FE384A is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 74 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.00 |
| HSL | 354.55º | 0.99% | 0.61% | - |
| HSV(B) | 354.55º | 0.78% | 1% | - |
| XYZ | 43.52 | 24.39 | 8.89 | - |
| YUV | 117.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 74 | 0 | 0.78 | 0.71 | 0.00 | 354.55 | 0.99 | 0.61 |
| Hex | FE | 38 | 4A | 0 | 4E | 47 | 0 | 163 | 63 | 3D |
| Octal | 376 | 70 | 112 | 0 | 116 | 107 | 0 | 543 | 143 | 75 |
| Binary | 11111110 | 111000 | 1001010 | 0 | 1001110 | 1000111 | 0 | 101100011 | 1100011 | 111101 |
Color Harmonies of #FE384A
Complementary color
Monochromatic Colors of #FE384A
Black with #FE384A
Text Example
Text Example
White with #FE384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE384A; }
p { color: rgb(254,56,74); }
H1.HeaderClassName
{
color: #FE384A;
}
.AnyTagClassName
{
color: #FE384A;
}
</style>
background-color css
<style>
a { background-color: #FE384A; }
a { background-color: rgb(254,56,74); }
div.DivClassName
{
background-color: #FE384A;
}
.BgClassName
{
background-color: #FE384A;
}
</style>
border-color css
<style>
span { border-color: #FE384A; }
span { border-color: rgb(254,56,74); }
td.TdClassName
{
border-color: #FE384A;
}
.TagClassName
{
border-color: #FE384A;
}
</style>