Shades of Radical Red #FE2762
Tints of Radical Red #FE2762
RGB
CMYK
RGB Variations
Color information
#FE2762 (or 0xFE2762) is known color: Radical Red. HEX triplet: FE, 27 and 62. RGB value is (254,39,98). Sum of RGB (Red+Green+Blue) = 254+39+98=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2762 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2762 is #01D89D. Grayscale: #6D6D6D. Windows color (decimal): -120990 or 6432766. OLE color: 6432766.
HSL color Cylindrical-coordinate representation of color #FE2762: hue angle of 343.53º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2762 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 98 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.00 |
| HSL | 343.53º | 0.99% | 0.57% | - |
| HSV(B) | 343.53º | 0.85% | 1% | - |
| XYZ | 43.8 | 23.4 | 13.76 | - |
| YUV | 110.01 | 121.23 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 98 | 0 | 0.85 | 0.61 | 0.00 | 343.53 | 0.99 | 0.57 |
| Hex | FE | 27 | 62 | 0 | 55 | 3D | 0 | 158 | 63 | 39 |
| Octal | 376 | 47 | 142 | 0 | 125 | 75 | 0 | 530 | 143 | 71 |
| Binary | 11111110 | 100111 | 1100010 | 0 | 1010101 | 111101 | 0 | 101011000 | 1100011 | 111001 |
Color Harmonies of #FE2762
Complementary color
Monochromatic Colors of #FE2762
Black with #FE2762
Text Example
Text Example
White with #FE2762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2762; }
p { color: rgb(254,39,98); }
H1.HeaderClassName
{
color: #FE2762;
}
.AnyTagClassName
{
color: #FE2762;
}
</style>
background-color css
<style>
a { background-color: #FE2762; }
a { background-color: rgb(254,39,98); }
div.DivClassName
{
background-color: #FE2762;
}
.BgClassName
{
background-color: #FE2762;
}
</style>
border-color css
<style>
span { border-color: #FE2762; }
span { border-color: rgb(254,39,98); }
td.TdClassName
{
border-color: #FE2762;
}
.TagClassName
{
border-color: #FE2762;
}
</style>