Shades of Radical Red #FE2350
Tints of Radical Red #FE2350
RGB
CMYK
RGB Variations
Color information
#FE2350 (or 0xFE2350) is known color: Radical Red. HEX triplet: FE, 23 and 50. RGB value is (254,35,80). Sum of RGB (Red+Green+Blue) = 254+35+80=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2350 is #01DCAF. Grayscale: #696969. Windows color (decimal): -122032 or 5252094. OLE color: 5252094.
HSL color Cylindrical-coordinate representation of color #FE2350: hue angle of 347.67º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2350 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 80 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.00 |
| HSL | 347.67º | 0.99% | 0.57% | - |
| HSV(B) | 347.67º | 0.86% | 1% | - |
| XYZ | 42.92 | 22.85 | 9.74 | - |
| YUV | 105.61 | 113.55 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 80 | 0 | 0.86 | 0.69 | 0.00 | 347.67 | 0.99 | 0.57 |
| Hex | FE | 23 | 50 | 0 | 56 | 45 | 0 | 15C | 63 | 39 |
| Octal | 376 | 43 | 120 | 0 | 126 | 105 | 0 | 534 | 143 | 71 |
| Binary | 11111110 | 100011 | 1010000 | 0 | 1010110 | 1000101 | 0 | 101011100 | 1100011 | 111001 |
Color Harmonies of #FE2350
Complementary color
Monochromatic Colors of #FE2350
Black with #FE2350
Text Example
Text Example
White with #FE2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2350; }
p { color: rgb(254,35,80); }
H1.HeaderClassName
{
color: #FE2350;
}
.AnyTagClassName
{
color: #FE2350;
}
</style>
background-color css
<style>
a { background-color: #FE2350; }
a { background-color: rgb(254,35,80); }
div.DivClassName
{
background-color: #FE2350;
}
.BgClassName
{
background-color: #FE2350;
}
</style>
border-color css
<style>
span { border-color: #FE2350; }
span { border-color: rgb(254,35,80); }
td.TdClassName
{
border-color: #FE2350;
}
.TagClassName
{
border-color: #FE2350;
}
</style>