Shades of Radical Red #FE416F
Tints of Radical Red #FE416F
RGB
CMYK
RGB Variations
Color information
#FE416F (or 0xFE416F) is known color: Radical Red. HEX triplet: FE, 41 and 6F. RGB value is (254,65,111). Sum of RGB (Red+Green+Blue) = 254+65+111=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE416F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE416F is #01BE90. Grayscale: #7E7E7E. Windows color (decimal): -114321 or 7291390. OLE color: 7291390.
HSL color Cylindrical-coordinate representation of color #FE416F: hue angle of 345.4º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE416F is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 111 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.00 |
| HSL | 345.4º | 0.99% | 0.63% | - |
| HSV(B) | 345.4º | 0.74% | 1% | - |
| XYZ | 45.63 | 26 | 17.65 | - |
| YUV | 126.76 | 119.12 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 111 | 0 | 0.74 | 0.56 | 0.00 | 345.4 | 0.99 | 0.63 |
| Hex | FE | 41 | 6F | 0 | 4A | 38 | 0 | 159 | 63 | 3F |
| Octal | 376 | 101 | 157 | 0 | 112 | 70 | 0 | 531 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1101111 | 0 | 1001010 | 111000 | 0 | 101011001 | 1100011 | 111111 |
Color Harmonies of #FE416F
Complementary color
Monochromatic Colors of #FE416F
Black with #FE416F
Text Example
Text Example
White with #FE416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE416F; }
p { color: rgb(254,65,111); }
H1.HeaderClassName
{
color: #FE416F;
}
.AnyTagClassName
{
color: #FE416F;
}
</style>
background-color css
<style>
a { background-color: #FE416F; }
a { background-color: rgb(254,65,111); }
div.DivClassName
{
background-color: #FE416F;
}
.BgClassName
{
background-color: #FE416F;
}
</style>
border-color css
<style>
span { border-color: #FE416F; }
span { border-color: rgb(254,65,111); }
td.TdClassName
{
border-color: #FE416F;
}
.TagClassName
{
border-color: #FE416F;
}
</style>