Shades of Radical Red #FE285C
Tints of Radical Red #FE285C
RGB
CMYK
RGB Variations
Color information
#FE285C (or 0xFE285C) is known color: Radical Red. HEX triplet: FE, 28 and 5C. RGB value is (254,40,92). Sum of RGB (Red+Green+Blue) = 254+40+92=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE285C is #01D7A3. Grayscale: #6D6D6D. Windows color (decimal): -120740 or 6039806. OLE color: 6039806.
HSL color Cylindrical-coordinate representation of color #FE285C: hue angle of 345.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE285C is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 92 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.00 |
| HSL | 345.42º | 0.99% | 0.58% | - |
| HSV(B) | 345.42º | 0.84% | 1% | - |
| XYZ | 43.56 | 23.36 | 12.34 | - |
| YUV | 109.91 | 117.9 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 92 | 0 | 0.84 | 0.64 | 0.00 | 345.42 | 0.99 | 0.58 |
| Hex | FE | 28 | 5C | 0 | 54 | 40 | 0 | 159 | 63 | 3A |
| Octal | 376 | 50 | 134 | 0 | 124 | 100 | 0 | 531 | 143 | 72 |
| Binary | 11111110 | 101000 | 1011100 | 0 | 1010100 | 1000000 | 0 | 101011001 | 1100011 | 111010 |
Color Harmonies of #FE285C
Complementary color
Monochromatic Colors of #FE285C
Black with #FE285C
Text Example
Text Example
White with #FE285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE285C; }
p { color: rgb(254,40,92); }
H1.HeaderClassName
{
color: #FE285C;
}
.AnyTagClassName
{
color: #FE285C;
}
</style>
background-color css
<style>
a { background-color: #FE285C; }
a { background-color: rgb(254,40,92); }
div.DivClassName
{
background-color: #FE285C;
}
.BgClassName
{
background-color: #FE285C;
}
</style>
border-color css
<style>
span { border-color: #FE285C; }
span { border-color: rgb(254,40,92); }
td.TdClassName
{
border-color: #FE285C;
}
.TagClassName
{
border-color: #FE285C;
}
</style>