Shades of Radical Red #FE2963
Tints of Radical Red #FE2963
RGB
CMYK
RGB Variations
Color information
#FE2963 (or 0xFE2963) is known color: Radical Red. HEX triplet: FE, 29 and 63. RGB value is (254,41,99). Sum of RGB (Red+Green+Blue) = 254+41+99=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2963 is #01D69C. Grayscale: #6F6F6F. Windows color (decimal): -120477 or 6498814. OLE color: 6498814.
HSL color Cylindrical-coordinate representation of color #FE2963: hue angle of 343.66º 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 #FE2963 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 99 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.00 |
| HSL | 343.66º | 0.99% | 0.58% | - |
| HSV(B) | 343.66º | 0.84% | 1% | - |
| XYZ | 43.92 | 23.56 | 14.04 | - |
| YUV | 111.3 | 121.07 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 99 | 0 | 0.84 | 0.61 | 0.00 | 343.66 | 0.99 | 0.58 |
| Hex | FE | 29 | 63 | 0 | 54 | 3D | 0 | 158 | 63 | 3A |
| Octal | 376 | 51 | 143 | 0 | 124 | 75 | 0 | 530 | 143 | 72 |
| Binary | 11111110 | 101001 | 1100011 | 0 | 1010100 | 111101 | 0 | 101011000 | 1100011 | 111010 |
Color Harmonies of #FE2963
Complementary color
Monochromatic Colors of #FE2963
Black with #FE2963
Text Example
Text Example
White with #FE2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2963; }
p { color: rgb(254,41,99); }
H1.HeaderClassName
{
color: #FE2963;
}
.AnyTagClassName
{
color: #FE2963;
}
</style>
background-color css
<style>
a { background-color: #FE2963; }
a { background-color: rgb(254,41,99); }
div.DivClassName
{
background-color: #FE2963;
}
.BgClassName
{
background-color: #FE2963;
}
</style>
border-color css
<style>
span { border-color: #FE2963; }
span { border-color: rgb(254,41,99); }
td.TdClassName
{
border-color: #FE2963;
}
.TagClassName
{
border-color: #FE2963;
}
</style>