Shades of Radical Red #FE3F73
Tints of Radical Red #FE3F73
RGB
CMYK
RGB Variations
Color information
#FE3F73 (or 0xFE3F73) is known color: Radical Red. HEX triplet: FE, 3F and 73. RGB value is (254,63,115). Sum of RGB (Red+Green+Blue) = 254+63+115=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3F73 is #01C08C. Grayscale: #7E7E7E. Windows color (decimal): -114829 or 7553022. OLE color: 7553022.
HSL color Cylindrical-coordinate representation of color #FE3F73: hue angle of 343.66º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3F73 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 115 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.00 |
| HSL | 343.66º | 0.99% | 0.62% | - |
| HSV(B) | 343.66º | 0.75% | 1% | - |
| XYZ | 45.75 | 25.86 | 18.8 | - |
| YUV | 126.04 | 121.78 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 115 | 0 | 0.75 | 0.55 | 0.00 | 343.66 | 0.99 | 0.62 |
| Hex | FE | 3F | 73 | 0 | 4B | 37 | 0 | 158 | 63 | 3E |
| Octal | 376 | 77 | 163 | 0 | 113 | 67 | 0 | 530 | 143 | 76 |
| Binary | 11111110 | 111111 | 1110011 | 0 | 1001011 | 110111 | 0 | 101011000 | 1100011 | 111110 |
Color Harmonies of #FE3F73
Complementary color
Monochromatic Colors of #FE3F73
Black with #FE3F73
Text Example
Text Example
White with #FE3F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F73; }
p { color: rgb(254,63,115); }
H1.HeaderClassName
{
color: #FE3F73;
}
.AnyTagClassName
{
color: #FE3F73;
}
</style>
background-color css
<style>
a { background-color: #FE3F73; }
a { background-color: rgb(254,63,115); }
div.DivClassName
{
background-color: #FE3F73;
}
.BgClassName
{
background-color: #FE3F73;
}
</style>
border-color css
<style>
span { border-color: #FE3F73; }
span { border-color: rgb(254,63,115); }
td.TdClassName
{
border-color: #FE3F73;
}
.TagClassName
{
border-color: #FE3F73;
}
</style>