Shades of Radical Red #FE304F
Tints of Radical Red #FE304F
RGB
CMYK
RGB Variations
Color information
#FE304F (or 0xFE304F) is known color: Radical Red. HEX triplet: FE, 30 and 4F. RGB value is (254,48,79). Sum of RGB (Red+Green+Blue) = 254+48+79=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE304F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE304F is #01CFB0. Grayscale: #717171. Windows color (decimal): -118705 or 5189886. OLE color: 5189886.
HSL color Cylindrical-coordinate representation of color #FE304F: hue angle of 350.97º 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 #FE304F is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 79 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.00 |
| HSL | 350.97º | 0.99% | 0.59% | - |
| HSV(B) | 350.97º | 0.81% | 1% | - |
| XYZ | 43.34 | 23.75 | 9.7 | - |
| YUV | 113.13 | 108.75 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 79 | 0 | 0.81 | 0.69 | 0.00 | 350.97 | 0.99 | 0.59 |
| Hex | FE | 30 | 4F | 0 | 51 | 45 | 0 | 15F | 63 | 3B |
| Octal | 376 | 60 | 117 | 0 | 121 | 105 | 0 | 537 | 143 | 73 |
| Binary | 11111110 | 110000 | 1001111 | 0 | 1010001 | 1000101 | 0 | 101011111 | 1100011 | 111011 |
Color Harmonies of #FE304F
Complementary color
Monochromatic Colors of #FE304F
Black with #FE304F
Text Example
Text Example
White with #FE304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE304F; }
p { color: rgb(254,48,79); }
H1.HeaderClassName
{
color: #FE304F;
}
.AnyTagClassName
{
color: #FE304F;
}
</style>
background-color css
<style>
a { background-color: #FE304F; }
a { background-color: rgb(254,48,79); }
div.DivClassName
{
background-color: #FE304F;
}
.BgClassName
{
background-color: #FE304F;
}
</style>
border-color css
<style>
span { border-color: #FE304F; }
span { border-color: rgb(254,48,79); }
td.TdClassName
{
border-color: #FE304F;
}
.TagClassName
{
border-color: #FE304F;
}
</style>