Shades of Radical Red #FE384F
Tints of Radical Red #FE384F
RGB
CMYK
RGB Variations
Color information
#FE384F (or 0xFE384F) is known color: Radical Red. HEX triplet: FE, 38 and 4F. RGB value is (254,56,79). Sum of RGB (Red+Green+Blue) = 254+56+79=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE384F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE384F is #01C7B0. Grayscale: #757575. Windows color (decimal): -116657 or 5191934. OLE color: 5191934.
HSL color Cylindrical-coordinate representation of color #FE384F: hue angle of 353.03º 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 #FE384F is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 79 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.00 |
| HSL | 353.03º | 0.99% | 0.61% | - |
| HSV(B) | 353.03º | 0.78% | 1% | - |
| XYZ | 43.7 | 24.46 | 9.82 | - |
| YUV | 117.82 | 106.1 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 79 | 0 | 0.78 | 0.69 | 0.00 | 353.03 | 0.99 | 0.61 |
| Hex | FE | 38 | 4F | 0 | 4E | 45 | 0 | 161 | 63 | 3D |
| Octal | 376 | 70 | 117 | 0 | 116 | 105 | 0 | 541 | 143 | 75 |
| Binary | 11111110 | 111000 | 1001111 | 0 | 1001110 | 1000101 | 0 | 101100001 | 1100011 | 111101 |
Color Harmonies of #FE384F
Complementary color
Monochromatic Colors of #FE384F
Black with #FE384F
Text Example
Text Example
White with #FE384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE384F; }
p { color: rgb(254,56,79); }
H1.HeaderClassName
{
color: #FE384F;
}
.AnyTagClassName
{
color: #FE384F;
}
</style>
background-color css
<style>
a { background-color: #FE384F; }
a { background-color: rgb(254,56,79); }
div.DivClassName
{
background-color: #FE384F;
}
.BgClassName
{
background-color: #FE384F;
}
</style>
border-color css
<style>
span { border-color: #FE384F; }
span { border-color: rgb(254,56,79); }
td.TdClassName
{
border-color: #FE384F;
}
.TagClassName
{
border-color: #FE384F;
}
</style>