Shades of Radical Red #FE3850
Tints of Radical Red #FE3850
RGB
CMYK
RGB Variations
Color information
#FE3850 (or 0xFE3850) is known color: Radical Red. HEX triplet: FE, 38 and 50. RGB value is (254,56,80). Sum of RGB (Red+Green+Blue) = 254+56+80=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3850 is #01C7AF. Grayscale: #767676. Windows color (decimal): -116656 or 5257470. OLE color: 5257470.
HSL color Cylindrical-coordinate representation of color #FE3850: hue angle of 352.73º 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 #FE3850 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 80 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.00 |
| HSL | 352.73º | 0.99% | 0.61% | - |
| HSV(B) | 352.73º | 0.78% | 1% | - |
| XYZ | 43.74 | 24.48 | 10.01 | - |
| YUV | 117.94 | 106.6 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 80 | 0 | 0.78 | 0.69 | 0.00 | 352.73 | 0.99 | 0.61 |
| Hex | FE | 38 | 50 | 0 | 4E | 45 | 0 | 161 | 63 | 3D |
| Octal | 376 | 70 | 120 | 0 | 116 | 105 | 0 | 541 | 143 | 75 |
| Binary | 11111110 | 111000 | 1010000 | 0 | 1001110 | 1000101 | 0 | 101100001 | 1100011 | 111101 |
Color Harmonies of #FE3850
Complementary color
Monochromatic Colors of #FE3850
Black with #FE3850
Text Example
Text Example
White with #FE3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3850; }
p { color: rgb(254,56,80); }
H1.HeaderClassName
{
color: #FE3850;
}
.AnyTagClassName
{
color: #FE3850;
}
</style>
background-color css
<style>
a { background-color: #FE3850; }
a { background-color: rgb(254,56,80); }
div.DivClassName
{
background-color: #FE3850;
}
.BgClassName
{
background-color: #FE3850;
}
</style>
border-color css
<style>
span { border-color: #FE3850; }
span { border-color: rgb(254,56,80); }
td.TdClassName
{
border-color: #FE3850;
}
.TagClassName
{
border-color: #FE3850;
}
</style>