#FE4158

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

Shades of Radical Red #FE4158

Tints of Radical Red #FE4158

Color information

#FE4158 (or 0xFE4158) is unknown color: approx Radical Red. HEX triplet: FE, 41 and 58. RGB value is (254,65,88). Sum of RGB (Red+Green+Blue) = 254+65+88=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4158 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4158 is #01BEA7. Grayscale: #7C7C7C. Windows color (decimal): -114344 or 5784062. OLE color: 5784062.

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

Color convert

RGB2546588-
CMYK00.740.650.00
HSL352.7º98.95%62.55%-
HSV(B)352.7º74.41%99.61%-
XYZ44.5225.5611.82-
YUV124.13107.62220.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 62.41%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=62.41%
G=15.97%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254658800.740.650.00352.798.9562.55
HexFE415804A410161633f
Octal3761011300112101054114377
Binary111111101000001101100001001010100000101011000011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4158; }

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

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

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

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

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

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

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

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