Shades of Radical Red #FE2969
Tints of Radical Red #FE2969
RGB
CMYK
RGB Variations
Color information
#FE2969 (or 0xFE2969) is known color: Radical Red. HEX triplet: FE, 29 and 69. RGB value is (254,41,105). Sum of RGB (Red+Green+Blue) = 254+41+105=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2969 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2969 is #01D696. Grayscale: #6F6F6F. Windows color (decimal): -120471 or 6892030. OLE color: 6892030.
HSL color Cylindrical-coordinate representation of color #FE2969: hue angle of 341.97º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2969 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 105 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.00 |
| HSL | 341.97º | 0.99% | 0.58% | - |
| HSV(B) | 341.97º | 0.84% | 1% | - |
| XYZ | 44.22 | 23.68 | 15.6 | - |
| YUV | 111.98 | 124.07 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 105 | 0 | 0.84 | 0.59 | 0.00 | 341.97 | 0.99 | 0.58 |
| Hex | FE | 29 | 69 | 0 | 54 | 3B | 0 | 156 | 63 | 3A |
| Octal | 376 | 51 | 151 | 0 | 124 | 73 | 0 | 526 | 143 | 72 |
| Binary | 11111110 | 101001 | 1101001 | 0 | 1010100 | 111011 | 0 | 101010110 | 1100011 | 111010 |
Color Harmonies of #FE2969
Complementary color
Monochromatic Colors of #FE2969
Black with #FE2969
Text Example
Text Example
White with #FE2969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2969; }
p { color: rgb(254,41,105); }
H1.HeaderClassName
{
color: #FE2969;
}
.AnyTagClassName
{
color: #FE2969;
}
</style>
background-color css
<style>
a { background-color: #FE2969; }
a { background-color: rgb(254,41,105); }
div.DivClassName
{
background-color: #FE2969;
}
.BgClassName
{
background-color: #FE2969;
}
</style>
border-color css
<style>
span { border-color: #FE2969; }
span { border-color: rgb(254,41,105); }
td.TdClassName
{
border-color: #FE2969;
}
.TagClassName
{
border-color: #FE2969;
}
</style>