Shades of Radical Red #FE226C
Tints of Radical Red #FE226C
RGB
CMYK
RGB Variations
Color information
#FE226C (or 0xFE226C) is known color: Radical Red. HEX triplet: FE, 22 and 6C. RGB value is (254,34,108). Sum of RGB (Red+Green+Blue) = 254+34+108=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE226C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE226C is #01DD93. Grayscale: #6C6C6C. Windows color (decimal): -122260 or 7086846. OLE color: 7086846.
HSL color Cylindrical-coordinate representation of color #FE226C: hue angle of 339.82º 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 #FE226C is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 108 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.00 |
| HSL | 339.82º | 0.99% | 0.56% | - |
| HSV(B) | 339.82º | 0.87% | 1% | - |
| XYZ | 44.15 | 23.3 | 16.36 | - |
| YUV | 108.22 | 127.89 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 108 | 0 | 0.87 | 0.57 | 0.00 | 339.82 | 0.99 | 0.56 |
| Hex | FE | 22 | 6C | 0 | 57 | 39 | 0 | 154 | 63 | 38 |
| Octal | 376 | 42 | 154 | 0 | 127 | 71 | 0 | 524 | 143 | 70 |
| Binary | 11111110 | 100010 | 1101100 | 0 | 1010111 | 111001 | 0 | 101010100 | 1100011 | 111000 |
Color Harmonies of #FE226C
Complementary color
Monochromatic Colors of #FE226C
Black with #FE226C
Text Example
Text Example
White with #FE226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE226C; }
p { color: rgb(254,34,108); }
H1.HeaderClassName
{
color: #FE226C;
}
.AnyTagClassName
{
color: #FE226C;
}
</style>
background-color css
<style>
a { background-color: #FE226C; }
a { background-color: rgb(254,34,108); }
div.DivClassName
{
background-color: #FE226C;
}
.BgClassName
{
background-color: #FE226C;
}
</style>
border-color css
<style>
span { border-color: #FE226C; }
span { border-color: rgb(254,34,108); }
td.TdClassName
{
border-color: #FE226C;
}
.TagClassName
{
border-color: #FE226C;
}
</style>