Shades of Radical Red #FE2060
Tints of Radical Red #FE2060
RGB
CMYK
RGB Variations
Color information
#FE2060 (or 0xFE2060) is known color: Radical Red. HEX triplet: FE, 20 and 60. RGB value is (254,32,96). Sum of RGB (Red+Green+Blue) = 254+32+96=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2060 is #01DF9F. Grayscale: #696969. Windows color (decimal): -122784 or 6299902. OLE color: 6299902.
HSL color Cylindrical-coordinate representation of color #FE2060: hue angle of 342.7º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2060 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 96 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.00 |
| HSL | 342.7º | 0.99% | 0.56% | - |
| HSV(B) | 342.7º | 0.87% | 1% | - |
| XYZ | 43.5 | 22.95 | 13.2 | - |
| YUV | 105.67 | 122.55 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 96 | 0 | 0.87 | 0.62 | 0.00 | 342.7 | 0.99 | 0.56 |
| Hex | FE | 20 | 60 | 0 | 57 | 3E | 0 | 157 | 63 | 38 |
| Octal | 376 | 40 | 140 | 0 | 127 | 76 | 0 | 527 | 143 | 70 |
| Binary | 11111110 | 100000 | 1100000 | 0 | 1010111 | 111110 | 0 | 101010111 | 1100011 | 111000 |
Color Harmonies of #FE2060
Complementary color
Monochromatic Colors of #FE2060
Black with #FE2060
Text Example
Text Example
White with #FE2060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2060; }
p { color: rgb(254,32,96); }
H1.HeaderClassName
{
color: #FE2060;
}
.AnyTagClassName
{
color: #FE2060;
}
</style>
background-color css
<style>
a { background-color: #FE2060; }
a { background-color: rgb(254,32,96); }
div.DivClassName
{
background-color: #FE2060;
}
.BgClassName
{
background-color: #FE2060;
}
</style>
border-color css
<style>
span { border-color: #FE2060; }
span { border-color: rgb(254,32,96); }
td.TdClassName
{
border-color: #FE2060;
}
.TagClassName
{
border-color: #FE2060;
}
</style>