Shades of Radical Red #FE2F62
Tints of Radical Red #FE2F62
RGB
CMYK
RGB Variations
Color information
#FE2F62 (or 0xFE2F62) is known color: Radical Red. HEX triplet: FE, 2F and 62. RGB value is (254,47,98). Sum of RGB (Red+Green+Blue) = 254+47+98=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F62 is #01D09D. Grayscale: #727272. Windows color (decimal): -118942 or 6434814. OLE color: 6434814.
HSL color Cylindrical-coordinate representation of color #FE2F62: hue angle of 345.22º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2F62 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 98 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.00 |
| HSL | 345.22º | 0.99% | 0.59% | - |
| HSV(B) | 345.22º | 0.81% | 1% | - |
| XYZ | 44.09 | 23.99 | 13.86 | - |
| YUV | 114.71 | 118.58 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 98 | 0 | 0.81 | 0.61 | 0.00 | 345.22 | 0.99 | 0.59 |
| Hex | FE | 2F | 62 | 0 | 51 | 3D | 0 | 159 | 63 | 3B |
| Octal | 376 | 57 | 142 | 0 | 121 | 75 | 0 | 531 | 143 | 73 |
| Binary | 11111110 | 101111 | 1100010 | 0 | 1010001 | 111101 | 0 | 101011001 | 1100011 | 111011 |
Color Harmonies of #FE2F62
Complementary color
Monochromatic Colors of #FE2F62
Black with #FE2F62
Text Example
Text Example
White with #FE2F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F62; }
p { color: rgb(254,47,98); }
H1.HeaderClassName
{
color: #FE2F62;
}
.AnyTagClassName
{
color: #FE2F62;
}
</style>
background-color css
<style>
a { background-color: #FE2F62; }
a { background-color: rgb(254,47,98); }
div.DivClassName
{
background-color: #FE2F62;
}
.BgClassName
{
background-color: #FE2F62;
}
</style>
border-color css
<style>
span { border-color: #FE2F62; }
span { border-color: rgb(254,47,98); }
td.TdClassName
{
border-color: #FE2F62;
}
.TagClassName
{
border-color: #FE2F62;
}
</style>