#FE416F

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

Shades of Radical Red #FE416F

Tints of Radical Red #FE416F

Color information

#FE416F (or 0xFE416F) is unknown color: approx 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

RGB25465111-
CMYK00.740.560.00
HSL345.4º98.95%62.55%-
HSV(B)345.4º74.41%99.61%-
XYZ45.632617.65-
YUV126.76119.12218.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.07%
GREEN value IS 65 (25.78% from 255) = 15.12%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=59.07%
G=15.12%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546511100.740.560.00345.498.9562.55
HexFE416F04A380159633f
Octal376101157011270053114377
Binary11111110100000111011110100101011100001010110011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>