Shades of Radical Red #FE3256
Tints of Radical Red #FE3256
RGB
CMYK
RGB Variations
Color information
#FE3256 (or 0xFE3256) is known color: Radical Red. HEX triplet: FE, 32 and 56. RGB value is (254,50,86). Sum of RGB (Red+Green+Blue) = 254+50+86=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3256 is #01CDA9. Grayscale: #737373. Windows color (decimal): -118186 or 5649150. OLE color: 5649150.
HSL color Cylindrical-coordinate representation of color #FE3256: hue angle of 349.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3256 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 86 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.00 |
| HSL | 349.41º | 0.99% | 0.6% | - |
| HSV(B) | 349.41º | 0.8% | 1% | - |
| XYZ | 43.69 | 24.02 | 11.14 | - |
| YUV | 115.1 | 111.59 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 86 | 0 | 0.80 | 0.66 | 0.00 | 349.41 | 0.99 | 0.6 |
| Hex | FE | 32 | 56 | 0 | 50 | 42 | 0 | 15D | 63 | 3C |
| Octal | 376 | 62 | 126 | 0 | 120 | 102 | 0 | 535 | 143 | 74 |
| Binary | 11111110 | 110010 | 1010110 | 0 | 1010000 | 1000010 | 0 | 101011101 | 1100011 | 111100 |
Color Harmonies of #FE3256
Complementary color
Monochromatic Colors of #FE3256
Black with #FE3256
Text Example
Text Example
White with #FE3256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3256; }
p { color: rgb(254,50,86); }
H1.HeaderClassName
{
color: #FE3256;
}
.AnyTagClassName
{
color: #FE3256;
}
</style>
background-color css
<style>
a { background-color: #FE3256; }
a { background-color: rgb(254,50,86); }
div.DivClassName
{
background-color: #FE3256;
}
.BgClassName
{
background-color: #FE3256;
}
</style>
border-color css
<style>
span { border-color: #FE3256; }
span { border-color: rgb(254,50,86); }
td.TdClassName
{
border-color: #FE3256;
}
.TagClassName
{
border-color: #FE3256;
}
</style>