Shades of Radical Red #FE2966
Tints of Radical Red #FE2966
RGB
CMYK
RGB Variations
Color information
#FE2966 (or 0xFE2966) is known color: Radical Red. HEX triplet: FE, 29 and 66. RGB value is (254,41,102). Sum of RGB (Red+Green+Blue) = 254+41+102=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2966 is #01D699. Grayscale: #6F6F6F. Windows color (decimal): -120474 or 6695422. OLE color: 6695422.
HSL color Cylindrical-coordinate representation of color #FE2966: hue angle of 342.82º 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 #FE2966 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 102 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.00 |
| HSL | 342.82º | 0.99% | 0.58% | - |
| HSV(B) | 342.82º | 0.84% | 1% | - |
| XYZ | 44.06 | 23.62 | 14.81 | - |
| YUV | 111.64 | 122.57 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 102 | 0 | 0.84 | 0.60 | 0.00 | 342.82 | 0.99 | 0.58 |
| Hex | FE | 29 | 66 | 0 | 54 | 3C | 0 | 157 | 63 | 3A |
| Octal | 376 | 51 | 146 | 0 | 124 | 74 | 0 | 527 | 143 | 72 |
| Binary | 11111110 | 101001 | 1100110 | 0 | 1010100 | 111100 | 0 | 101010111 | 1100011 | 111010 |
Color Harmonies of #FE2966
Complementary color
Monochromatic Colors of #FE2966
Black with #FE2966
Text Example
Text Example
White with #FE2966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2966; }
p { color: rgb(254,41,102); }
H1.HeaderClassName
{
color: #FE2966;
}
.AnyTagClassName
{
color: #FE2966;
}
</style>
background-color css
<style>
a { background-color: #FE2966; }
a { background-color: rgb(254,41,102); }
div.DivClassName
{
background-color: #FE2966;
}
.BgClassName
{
background-color: #FE2966;
}
</style>
border-color css
<style>
span { border-color: #FE2966; }
span { border-color: rgb(254,41,102); }
td.TdClassName
{
border-color: #FE2966;
}
.TagClassName
{
border-color: #FE2966;
}
</style>