Shades of Radical Red #FE384B
Tints of Radical Red #FE384B
RGB
CMYK
RGB Variations
Color information
#FE384B (or 0xFE384B) is known color: Radical Red. HEX triplet: FE, 38 and 4B. RGB value is (254,56,75). Sum of RGB (Red+Green+Blue) = 254+56+75=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE384B is #01C7B4. Grayscale: #757575. Windows color (decimal): -116661 or 4929790. OLE color: 4929790.
HSL color Cylindrical-coordinate representation of color #FE384B: hue angle of 354.24º 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 #FE384B is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 75 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.00 |
| HSL | 354.24º | 0.99% | 0.61% | - |
| HSV(B) | 354.24º | 0.78% | 1% | - |
| XYZ | 43.56 | 24.41 | 9.07 | - |
| YUV | 117.37 | 104.1 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 75 | 0 | 0.78 | 0.70 | 0.00 | 354.24 | 0.99 | 0.61 |
| Hex | FE | 38 | 4B | 0 | 4E | 46 | 0 | 162 | 63 | 3D |
| Octal | 376 | 70 | 113 | 0 | 116 | 106 | 0 | 542 | 143 | 75 |
| Binary | 11111110 | 111000 | 1001011 | 0 | 1001110 | 1000110 | 0 | 101100010 | 1100011 | 111101 |
Color Harmonies of #FE384B
Complementary color
Monochromatic Colors of #FE384B
Black with #FE384B
Text Example
Text Example
White with #FE384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE384B; }
p { color: rgb(254,56,75); }
H1.HeaderClassName
{
color: #FE384B;
}
.AnyTagClassName
{
color: #FE384B;
}
</style>
background-color css
<style>
a { background-color: #FE384B; }
a { background-color: rgb(254,56,75); }
div.DivClassName
{
background-color: #FE384B;
}
.BgClassName
{
background-color: #FE384B;
}
</style>
border-color css
<style>
span { border-color: #FE384B; }
span { border-color: rgb(254,56,75); }
td.TdClassName
{
border-color: #FE384B;
}
.TagClassName
{
border-color: #FE384B;
}
</style>