Shades of Radical Red #FE2069
Tints of Radical Red #FE2069
RGB
CMYK
RGB Variations
Color information
#FE2069 (or 0xFE2069) is known color: Radical Red. HEX triplet: FE, 20 and 69. RGB value is (254,32,105). Sum of RGB (Red+Green+Blue) = 254+32+105=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2069 is #01DF96. Grayscale: #6A6A6A. Windows color (decimal): -122775 or 6889726. OLE color: 6889726.
HSL color Cylindrical-coordinate representation of color #FE2069: hue angle of 340.27º 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 #FE2069 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 105 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.00 |
| HSL | 340.27º | 0.99% | 0.56% | - |
| HSV(B) | 340.27º | 0.87% | 1% | - |
| XYZ | 43.94 | 23.12 | 15.51 | - |
| YUV | 106.7 | 127.05 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 105 | 0 | 0.87 | 0.59 | 0.00 | 340.27 | 0.99 | 0.56 |
| Hex | FE | 20 | 69 | 0 | 57 | 3B | 0 | 154 | 63 | 38 |
| Octal | 376 | 40 | 151 | 0 | 127 | 73 | 0 | 524 | 143 | 70 |
| Binary | 11111110 | 100000 | 1101001 | 0 | 1010111 | 111011 | 0 | 101010100 | 1100011 | 111000 |
Color Harmonies of #FE2069
Complementary color
Monochromatic Colors of #FE2069
Black with #FE2069
Text Example
Text Example
White with #FE2069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2069; }
p { color: rgb(254,32,105); }
H1.HeaderClassName
{
color: #FE2069;
}
.AnyTagClassName
{
color: #FE2069;
}
</style>
background-color css
<style>
a { background-color: #FE2069; }
a { background-color: rgb(254,32,105); }
div.DivClassName
{
background-color: #FE2069;
}
.BgClassName
{
background-color: #FE2069;
}
</style>
border-color css
<style>
span { border-color: #FE2069; }
span { border-color: rgb(254,32,105); }
td.TdClassName
{
border-color: #FE2069;
}
.TagClassName
{
border-color: #FE2069;
}
</style>