#F14E5E

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

Shades of Radical Red #F14E5E

Tints of Radical Red #F14E5E

Color information

#F14E5E (or 0xF14E5E) is unknown color: approx Radical Red. HEX triplet: F1, 4E and 5E. RGB value is (241,78,94). Sum of RGB (Red+Green+Blue) = 241+78+94=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E5E is #0EB1A1. Grayscale: #808080. Windows color (decimal): -962978 or 6180593. OLE color: 6180593.

HSL color Cylindrical-coordinate representation of color #F14E5E: hue angle of 354.11º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14E5E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB2417894-
CMYK00.680.610.05
HSL354.11º85.34%62.55%-
HSV(B)354.11º67.63%94.51%-
XYZ41.0224.9613.24-
YUV128.56108.5208.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.35%
GREEN value IS 78 (30.86% from 255) = 18.89%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=58.35%
G=18.89%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241789400.680.610.05354.1185.3462.55
HexF14E5E0443D5162553f
Octal361116136010475554212577
Binary1111000110011101011110010001001111011011011000101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14E5E; }

 p { color: rgb(241,78,94); }

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

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

 a { background-color: rgb(241,78,94); }

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

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

 span { border-color: rgb(241,78,94); }

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