Shades of Radical Red #FE276A
Tints of Radical Red #FE276A
RGB
CMYK
RGB Variations
Color information
#FE276A (or 0xFE276A) is known color: Radical Red. HEX triplet: FE, 27 and 6A. RGB value is (254,39,106). Sum of RGB (Red+Green+Blue) = 254+39+106=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE276A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE276A is #01D895. Grayscale: #6E6E6E. Windows color (decimal): -120982 or 6957054. OLE color: 6957054.
HSL color Cylindrical-coordinate representation of color #FE276A: hue angle of 341.3º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE276A is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 106 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.00 |
| HSL | 341.3º | 0.99% | 0.57% | - |
| HSV(B) | 341.3º | 0.85% | 1% | - |
| XYZ | 44.2 | 23.56 | 15.85 | - |
| YUV | 110.92 | 125.23 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 106 | 0 | 0.85 | 0.58 | 0.00 | 341.3 | 0.99 | 0.57 |
| Hex | FE | 27 | 6A | 0 | 55 | 3A | 0 | 155 | 63 | 39 |
| Octal | 376 | 47 | 152 | 0 | 125 | 72 | 0 | 525 | 143 | 71 |
| Binary | 11111110 | 100111 | 1101010 | 0 | 1010101 | 111010 | 0 | 101010101 | 1100011 | 111001 |
Color Harmonies of #FE276A
Complementary color
Monochromatic Colors of #FE276A
Black with #FE276A
Text Example
Text Example
White with #FE276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE276A; }
p { color: rgb(254,39,106); }
H1.HeaderClassName
{
color: #FE276A;
}
.AnyTagClassName
{
color: #FE276A;
}
</style>
background-color css
<style>
a { background-color: #FE276A; }
a { background-color: rgb(254,39,106); }
div.DivClassName
{
background-color: #FE276A;
}
.BgClassName
{
background-color: #FE276A;
}
</style>
border-color css
<style>
span { border-color: #FE276A; }
span { border-color: rgb(254,39,106); }
td.TdClassName
{
border-color: #FE276A;
}
.TagClassName
{
border-color: #FE276A;
}
</style>