#FE415A

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

Shades of Radical Red #FE415A

Tints of Radical Red #FE415A

Color information

#FE415A (or 0xFE415A) is unknown color: approx Radical Red. HEX triplet: FE, 41 and 5A. RGB value is (254,65,90). Sum of RGB (Red+Green+Blue) = 254+65+90=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE415A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE415A is #01BEA5. Grayscale: #7C7C7C. Windows color (decimal): -114342 or 5915134. OLE color: 5915134.

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

Color convert

RGB2546590-
CMYK00.740.650.00
HSL352.06º98.95%62.55%-
HSV(B)352.06º74.41%99.61%-
XYZ44.6125.5912.26-
YUV124.36108.62220.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 62.10%
GREEN value IS 65 (25.78% from 255) = 15.89%
BLUE value IS 90 (35.55% from 255) = 22.00%
R=62.10%
G=15.89%
B=22.00%

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
Decimal254659000.740.650.00352.0698.9562.55
HexFE415A04A410160633f
Octal3761011320112101054014377
Binary111111101000001101101001001010100000101011000001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE415A; }

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

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

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

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

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

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

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

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