Shades of Radical Red #FE3852
Tints of Radical Red #FE3852
RGB
CMYK
RGB Variations
Color information
#FE3852 (or 0xFE3852) is known color: Radical Red. HEX triplet: FE, 38 and 52. RGB value is (254,56,82). Sum of RGB (Red+Green+Blue) = 254+56+82=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3852 is #01C7AD. Grayscale: #767676. Windows color (decimal): -116654 or 5388542. OLE color: 5388542.
HSL color Cylindrical-coordinate representation of color #FE3852: hue angle of 352.12º 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 #FE3852 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 82 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.00 |
| HSL | 352.12º | 0.99% | 0.61% | - |
| HSV(B) | 352.12º | 0.78% | 1% | - |
| XYZ | 43.81 | 24.51 | 10.4 | - |
| YUV | 118.17 | 107.6 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 82 | 0 | 0.78 | 0.68 | 0.00 | 352.12 | 0.99 | 0.61 |
| Hex | FE | 38 | 52 | 0 | 4E | 44 | 0 | 160 | 63 | 3D |
| Octal | 376 | 70 | 122 | 0 | 116 | 104 | 0 | 540 | 143 | 75 |
| Binary | 11111110 | 111000 | 1010010 | 0 | 1001110 | 1000100 | 0 | 101100000 | 1100011 | 111101 |
Color Harmonies of #FE3852
Complementary color
Monochromatic Colors of #FE3852
Black with #FE3852
Text Example
Text Example
White with #FE3852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3852; }
p { color: rgb(254,56,82); }
H1.HeaderClassName
{
color: #FE3852;
}
.AnyTagClassName
{
color: #FE3852;
}
</style>
background-color css
<style>
a { background-color: #FE3852; }
a { background-color: rgb(254,56,82); }
div.DivClassName
{
background-color: #FE3852;
}
.BgClassName
{
background-color: #FE3852;
}
</style>
border-color css
<style>
span { border-color: #FE3852; }
span { border-color: rgb(254,56,82); }
td.TdClassName
{
border-color: #FE3852;
}
.TagClassName
{
border-color: #FE3852;
}
</style>