Shades of Radical Red #FE374F
Tints of Radical Red #FE374F
RGB
CMYK
RGB Variations
Color information
#FE374F (or 0xFE374F) is known color: Radical Red. HEX triplet: FE, 37 and 4F. RGB value is (254,55,79). Sum of RGB (Red+Green+Blue) = 254+55+79=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE374F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE374F is #01C8B0. Grayscale: #757575. Windows color (decimal): -116913 or 5191678. OLE color: 5191678.
HSL color Cylindrical-coordinate representation of color #FE374F: hue angle of 352.76º 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 #FE374F is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 79 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.00 |
| HSL | 352.76º | 0.99% | 0.61% | - |
| HSV(B) | 352.76º | 0.78% | 1% | - |
| XYZ | 43.65 | 24.37 | 9.8 | - |
| YUV | 117.24 | 106.43 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 79 | 0 | 0.78 | 0.69 | 0.00 | 352.76 | 0.99 | 0.61 |
| Hex | FE | 37 | 4F | 0 | 4E | 45 | 0 | 161 | 63 | 3D |
| Octal | 376 | 67 | 117 | 0 | 116 | 105 | 0 | 541 | 143 | 75 |
| Binary | 11111110 | 110111 | 1001111 | 0 | 1001110 | 1000101 | 0 | 101100001 | 1100011 | 111101 |
Color Harmonies of #FE374F
Complementary color
Monochromatic Colors of #FE374F
Black with #FE374F
Text Example
Text Example
White with #FE374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE374F; }
p { color: rgb(254,55,79); }
H1.HeaderClassName
{
color: #FE374F;
}
.AnyTagClassName
{
color: #FE374F;
}
</style>
background-color css
<style>
a { background-color: #FE374F; }
a { background-color: rgb(254,55,79); }
div.DivClassName
{
background-color: #FE374F;
}
.BgClassName
{
background-color: #FE374F;
}
</style>
border-color css
<style>
span { border-color: #FE374F; }
span { border-color: rgb(254,55,79); }
td.TdClassName
{
border-color: #FE374F;
}
.TagClassName
{
border-color: #FE374F;
}
</style>