Shades of Radical Red #FE385B
Tints of Radical Red #FE385B
RGB
CMYK
RGB Variations
Color information
#FE385B (or 0xFE385B) is known color: Radical Red. HEX triplet: FE, 38 and 5B. RGB value is (254,56,91). Sum of RGB (Red+Green+Blue) = 254+56+91=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE385B is #01C7A4. Grayscale: #777777. Windows color (decimal): -116645 or 5978366. OLE color: 5978366.
HSL color Cylindrical-coordinate representation of color #FE385B: hue angle of 349.39º 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 #FE385B is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 91 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.00 |
| HSL | 349.39º | 0.99% | 0.61% | - |
| HSV(B) | 349.39º | 0.78% | 1% | - |
| XYZ | 44.18 | 24.65 | 12.33 | - |
| YUV | 119.19 | 112.1 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 91 | 0 | 0.78 | 0.64 | 0.00 | 349.39 | 0.99 | 0.61 |
| Hex | FE | 38 | 5B | 0 | 4E | 40 | 0 | 15D | 63 | 3D |
| Octal | 376 | 70 | 133 | 0 | 116 | 100 | 0 | 535 | 143 | 75 |
| Binary | 11111110 | 111000 | 1011011 | 0 | 1001110 | 1000000 | 0 | 101011101 | 1100011 | 111101 |
Color Harmonies of #FE385B
Complementary color
Monochromatic Colors of #FE385B
Black with #FE385B
Text Example
Text Example
White with #FE385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE385B; }
p { color: rgb(254,56,91); }
H1.HeaderClassName
{
color: #FE385B;
}
.AnyTagClassName
{
color: #FE385B;
}
</style>
background-color css
<style>
a { background-color: #FE385B; }
a { background-color: rgb(254,56,91); }
div.DivClassName
{
background-color: #FE385B;
}
.BgClassName
{
background-color: #FE385B;
}
</style>
border-color css
<style>
span { border-color: #FE385B; }
span { border-color: rgb(254,56,91); }
td.TdClassName
{
border-color: #FE385B;
}
.TagClassName
{
border-color: #FE385B;
}
</style>