#FE416E

Color #FE416E Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FE416E

Tints of Radical Red #FE416E

Color information

#FE416E (or 0xFE416E) is unknown color: approx Radical Red. HEX triplet: FE, 41 and 6E. RGB value is (254,65,110). Sum of RGB (Red+Green+Blue) = 254+65+110=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE416E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE416E is #01BE91. Grayscale: #7E7E7E. Windows color (decimal): -114322 or 7225854. OLE color: 7225854.

HSL color Cylindrical-coordinate representation of color #FE416E: hue angle of 345.71º 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 #FE416E is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB25465110-
CMYK00.740.570.00
HSL345.71º98.95%62.55%-
HSV(B)345.71º74.41%99.61%-
XYZ45.5825.9817.36-
YUV126.64118.62218.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 59.21%
GREEN value IS 65 (25.78% from 255) = 15.15%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=59.21%
G=15.15%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546511000.740.570.00345.7198.9562.55
HexFE416E04A39015a633f
Octal376101156011271053214377
Binary11111110100000111011100100101011100101010110101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE416E; }

 p { color: rgb(254,65,110); }

 H1.HeaderClassName
 {
   color: #FE416E;
 }
 .AnyTagClassName
 {
   color: #FE416E;
 }
</style>
background-color css

<style>
 a { background-color: #FE416E; }

 a { background-color: rgb(254,65,110); }

 div.DivClassName
 {
   background-color: #FE416E;
 }
 .BgClassName
 {
   background-color: #FE416E;
 }
</style>
border-color css

<style>
 span { border-color: #FE416E; }

 span { border-color: rgb(254,65,110); }

 td.TdClassName
 {
   border-color: #FE416E;
 }
 .TagClassName
 {
   border-color: #FE416E;
 }
</style>