Shades of Radical Red #FE375F
Tints of Radical Red #FE375F
RGB
CMYK
RGB Variations
Color information
#FE375F (or 0xFE375F) is known color: Radical Red. HEX triplet: FE, 37 and 5F. RGB value is (254,55,95). Sum of RGB (Red+Green+Blue) = 254+55+95=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE375F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE375F is #01C8A0. Grayscale: #777777. Windows color (decimal): -116897 or 6240254. OLE color: 6240254.
HSL color Cylindrical-coordinate representation of color #FE375F: hue angle of 347.94º 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 #FE375F is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 95 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.00 |
| HSL | 347.94º | 0.99% | 0.61% | - |
| HSV(B) | 347.94º | 0.78% | 1% | - |
| XYZ | 44.3 | 24.63 | 13.25 | - |
| YUV | 119.06 | 114.43 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 95 | 0 | 0.78 | 0.63 | 0.00 | 347.94 | 0.99 | 0.61 |
| Hex | FE | 37 | 5F | 0 | 4E | 3F | 0 | 15C | 63 | 3D |
| Octal | 376 | 67 | 137 | 0 | 116 | 77 | 0 | 534 | 143 | 75 |
| Binary | 11111110 | 110111 | 1011111 | 0 | 1001110 | 111111 | 0 | 101011100 | 1100011 | 111101 |
Color Harmonies of #FE375F
Complementary color
Monochromatic Colors of #FE375F
Black with #FE375F
Text Example
Text Example
White with #FE375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE375F; }
p { color: rgb(254,55,95); }
H1.HeaderClassName
{
color: #FE375F;
}
.AnyTagClassName
{
color: #FE375F;
}
</style>
background-color css
<style>
a { background-color: #FE375F; }
a { background-color: rgb(254,55,95); }
div.DivClassName
{
background-color: #FE375F;
}
.BgClassName
{
background-color: #FE375F;
}
</style>
border-color css
<style>
span { border-color: #FE375F; }
span { border-color: rgb(254,55,95); }
td.TdClassName
{
border-color: #FE375F;
}
.TagClassName
{
border-color: #FE375F;
}
</style>