Shades of Radical Red #FE2F72
Tints of Radical Red #FE2F72
RGB
CMYK
RGB Variations
Color information
#FE2F72 (or 0xFE2F72) is known color: Radical Red. HEX triplet: FE, 2F and 72. RGB value is (254,47,114). Sum of RGB (Red+Green+Blue) = 254+47+114=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F72 is #01D08D. Grayscale: #747474. Windows color (decimal): -118926 or 7483390. OLE color: 7483390.
HSL color Cylindrical-coordinate representation of color #FE2F72: hue angle of 340.58º 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 #FE2F72 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 114 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.00 |
| HSL | 340.58º | 0.99% | 0.59% | - |
| HSV(B) | 340.58º | 0.81% | 1% | - |
| XYZ | 44.93 | 24.32 | 18.25 | - |
| YUV | 116.53 | 126.58 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 114 | 0 | 0.81 | 0.55 | 0.00 | 340.58 | 0.99 | 0.59 |
| Hex | FE | 2F | 72 | 0 | 51 | 37 | 0 | 155 | 63 | 3B |
| Octal | 376 | 57 | 162 | 0 | 121 | 67 | 0 | 525 | 143 | 73 |
| Binary | 11111110 | 101111 | 1110010 | 0 | 1010001 | 110111 | 0 | 101010101 | 1100011 | 111011 |
Color Harmonies of #FE2F72
Complementary color
Monochromatic Colors of #FE2F72
Black with #FE2F72
Text Example
Text Example
White with #FE2F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F72; }
p { color: rgb(254,47,114); }
H1.HeaderClassName
{
color: #FE2F72;
}
.AnyTagClassName
{
color: #FE2F72;
}
</style>
background-color css
<style>
a { background-color: #FE2F72; }
a { background-color: rgb(254,47,114); }
div.DivClassName
{
background-color: #FE2F72;
}
.BgClassName
{
background-color: #FE2F72;
}
</style>
border-color css
<style>
span { border-color: #FE2F72; }
span { border-color: rgb(254,47,114); }
td.TdClassName
{
border-color: #FE2F72;
}
.TagClassName
{
border-color: #FE2F72;
}
</style>