Shades of Radical Red #FE266B
Tints of Radical Red #FE266B
RGB
CMYK
RGB Variations
Color information
#FE266B (or 0xFE266B) is known color: Radical Red. HEX triplet: FE, 26 and 6B. RGB value is (254,38,107). Sum of RGB (Red+Green+Blue) = 254+38+107=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE266B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE266B is #01D994. Grayscale: #6E6E6E. Windows color (decimal): -121237 or 7022334. OLE color: 7022334.
HSL color Cylindrical-coordinate representation of color #FE266B: hue angle of 340.83º 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 #FE266B is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 107 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.00 |
| HSL | 340.83º | 0.99% | 0.57% | - |
| HSV(B) | 340.83º | 0.85% | 1% | - |
| XYZ | 44.22 | 23.52 | 16.12 | - |
| YUV | 110.45 | 126.06 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 107 | 0 | 0.85 | 0.58 | 0.00 | 340.83 | 0.99 | 0.57 |
| Hex | FE | 26 | 6B | 0 | 55 | 3A | 0 | 155 | 63 | 39 |
| Octal | 376 | 46 | 153 | 0 | 125 | 72 | 0 | 525 | 143 | 71 |
| Binary | 11111110 | 100110 | 1101011 | 0 | 1010101 | 111010 | 0 | 101010101 | 1100011 | 111001 |
Color Harmonies of #FE266B
Complementary color
Monochromatic Colors of #FE266B
Black with #FE266B
Text Example
Text Example
White with #FE266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE266B; }
p { color: rgb(254,38,107); }
H1.HeaderClassName
{
color: #FE266B;
}
.AnyTagClassName
{
color: #FE266B;
}
</style>
background-color css
<style>
a { background-color: #FE266B; }
a { background-color: rgb(254,38,107); }
div.DivClassName
{
background-color: #FE266B;
}
.BgClassName
{
background-color: #FE266B;
}
</style>
border-color css
<style>
span { border-color: #FE266B; }
span { border-color: rgb(254,38,107); }
td.TdClassName
{
border-color: #FE266B;
}
.TagClassName
{
border-color: #FE266B;
}
</style>