#FE415B

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

Shades of Radical Red #FE415B

Tints of Radical Red #FE415B

Color information

#FE415B (or 0xFE415B) is unknown color: approx Radical Red. HEX triplet: FE, 41 and 5B. RGB value is (254,65,91). Sum of RGB (Red+Green+Blue) = 254+65+91=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE415B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE415B is #01BEA4. Grayscale: #7C7C7C. Windows color (decimal): -114341 or 5980670. OLE color: 5980670.

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

Color convert

RGB2546591-
CMYK00.740.640.00
HSL351.75º98.95%62.55%-
HSV(B)351.75º74.41%99.61%-
XYZ44.6525.6112.49-
YUV124.48109.12220.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.95%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 91 (35.94% from 255) = 22.20%
R=61.95%
G=15.85%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254659100.740.640.00351.7598.9562.55
HexFE415B04A400160633f
Octal3761011330112100054014377
Binary111111101000001101101101001010100000001011000001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE415B; }

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

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

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

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

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

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

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

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