Shades of Radical Red #FE3874
Tints of Radical Red #FE3874
RGB
CMYK
RGB Variations
Color information
#FE3874 (or 0xFE3874) is known color: Radical Red. HEX triplet: FE, 38 and 74. RGB value is (254,56,116). Sum of RGB (Red+Green+Blue) = 254+56+116=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3874 is #01C78B. Grayscale: #7A7A7A. Windows color (decimal): -116620 or 7616766. OLE color: 7616766.
HSL color Cylindrical-coordinate representation of color #FE3874: hue angle of 341.82º 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 #FE3874 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 116 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.00 |
| HSL | 341.82º | 0.99% | 0.61% | - |
| HSV(B) | 341.82º | 0.78% | 1% | - |
| XYZ | 45.44 | 25.16 | 18.98 | - |
| YUV | 122.04 | 124.6 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 116 | 0 | 0.78 | 0.54 | 0.00 | 341.82 | 0.99 | 0.61 |
| Hex | FE | 38 | 74 | 0 | 4E | 36 | 0 | 156 | 63 | 3D |
| Octal | 376 | 70 | 164 | 0 | 116 | 66 | 0 | 526 | 143 | 75 |
| Binary | 11111110 | 111000 | 1110100 | 0 | 1001110 | 110110 | 0 | 101010110 | 1100011 | 111101 |
Color Harmonies of #FE3874
Complementary color
Monochromatic Colors of #FE3874
Black with #FE3874
Text Example
Text Example
White with #FE3874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3874; }
p { color: rgb(254,56,116); }
H1.HeaderClassName
{
color: #FE3874;
}
.AnyTagClassName
{
color: #FE3874;
}
</style>
background-color css
<style>
a { background-color: #FE3874; }
a { background-color: rgb(254,56,116); }
div.DivClassName
{
background-color: #FE3874;
}
.BgClassName
{
background-color: #FE3874;
}
</style>
border-color css
<style>
span { border-color: #FE3874; }
span { border-color: rgb(254,56,116); }
td.TdClassName
{
border-color: #FE3874;
}
.TagClassName
{
border-color: #FE3874;
}
</style>