Shades of Radical Red #FE2953
Tints of Radical Red #FE2953
RGB
CMYK
RGB Variations
Color information
#FE2953 (or 0xFE2953) is known color: Radical Red. HEX triplet: FE, 29 and 53. RGB value is (254,41,83). Sum of RGB (Red+Green+Blue) = 254+41+83=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2953 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2953 is #01D6AC. Grayscale: #6D6D6D. Windows color (decimal): -120493 or 5450238. OLE color: 5450238.
HSL color Cylindrical-coordinate representation of color #FE2953: hue angle of 348.17º 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 #FE2953 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 83 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.00 |
| HSL | 348.17º | 0.99% | 0.58% | - |
| HSV(B) | 348.17º | 0.84% | 1% | - |
| XYZ | 43.23 | 23.28 | 10.4 | - |
| YUV | 109.48 | 113.07 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 83 | 0 | 0.84 | 0.67 | 0.00 | 348.17 | 0.99 | 0.58 |
| Hex | FE | 29 | 53 | 0 | 54 | 43 | 0 | 15C | 63 | 3A |
| Octal | 376 | 51 | 123 | 0 | 124 | 103 | 0 | 534 | 143 | 72 |
| Binary | 11111110 | 101001 | 1010011 | 0 | 1010100 | 1000011 | 0 | 101011100 | 1100011 | 111010 |
Color Harmonies of #FE2953
Complementary color
Monochromatic Colors of #FE2953
Black with #FE2953
Text Example
Text Example
White with #FE2953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2953; }
p { color: rgb(254,41,83); }
H1.HeaderClassName
{
color: #FE2953;
}
.AnyTagClassName
{
color: #FE2953;
}
</style>
background-color css
<style>
a { background-color: #FE2953; }
a { background-color: rgb(254,41,83); }
div.DivClassName
{
background-color: #FE2953;
}
.BgClassName
{
background-color: #FE2953;
}
</style>
border-color css
<style>
span { border-color: #FE2953; }
span { border-color: rgb(254,41,83); }
td.TdClassName
{
border-color: #FE2953;
}
.TagClassName
{
border-color: #FE2953;
}
</style>