Shades of Radical Red #FE3057
Tints of Radical Red #FE3057
RGB
CMYK
RGB Variations
Color information
#FE3057 (or 0xFE3057) is known color: Radical Red. HEX triplet: FE, 30 and 57. RGB value is (254,48,87). Sum of RGB (Red+Green+Blue) = 254+48+87=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3057 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3057 is #01CFA8. Grayscale: #727272. Windows color (decimal): -118697 or 5714174. OLE color: 5714174.
HSL color Cylindrical-coordinate representation of color #FE3057: hue angle of 348.64º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3057 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 87 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.00 |
| HSL | 348.64º | 0.99% | 0.59% | - |
| HSV(B) | 348.64º | 0.81% | 1% | - |
| XYZ | 43.65 | 23.87 | 11.32 | - |
| YUV | 114.04 | 112.75 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 87 | 0 | 0.81 | 0.66 | 0.00 | 348.64 | 0.99 | 0.59 |
| Hex | FE | 30 | 57 | 0 | 51 | 42 | 0 | 15D | 63 | 3B |
| Octal | 376 | 60 | 127 | 0 | 121 | 102 | 0 | 535 | 143 | 73 |
| Binary | 11111110 | 110000 | 1010111 | 0 | 1010001 | 1000010 | 0 | 101011101 | 1100011 | 111011 |
Color Harmonies of #FE3057
Complementary color
Monochromatic Colors of #FE3057
Black with #FE3057
Text Example
Text Example
White with #FE3057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3057; }
p { color: rgb(254,48,87); }
H1.HeaderClassName
{
color: #FE3057;
}
.AnyTagClassName
{
color: #FE3057;
}
</style>
background-color css
<style>
a { background-color: #FE3057; }
a { background-color: rgb(254,48,87); }
div.DivClassName
{
background-color: #FE3057;
}
.BgClassName
{
background-color: #FE3057;
}
</style>
border-color css
<style>
span { border-color: #FE3057; }
span { border-color: rgb(254,48,87); }
td.TdClassName
{
border-color: #FE3057;
}
.TagClassName
{
border-color: #FE3057;
}
</style>