#F14E5C

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

Shades of Radical Red #F14E5C

Tints of Radical Red #F14E5C

Color information

#F14E5C (or 0xF14E5C) is unknown color: approx Radical Red. HEX triplet: F1, 4E and 5C. RGB value is (241,78,92). Sum of RGB (Red+Green+Blue) = 241+78+92=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E5C is #0EB1A3. Grayscale: #808080. Windows color (decimal): -962980 or 6049521. OLE color: 6049521.

HSL color Cylindrical-coordinate representation of color #F14E5C: hue angle of 354.85º 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 #F14E5C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB2417892-
CMYK00.680.620.05
HSL354.85º85.34%62.55%-
HSV(B)354.85º67.63%94.51%-
XYZ40.9324.9212.78-
YUV128.33107.5208.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.64%
GREEN value IS 78 (30.86% from 255) = 18.98%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=58.64%
G=18.98%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241789200.680.620.05354.8585.3462.55
HexF14E5C0443E5163553f
Octal361116134010476554312577
Binary1111000110011101011100010001001111101011011000111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14E5C; }

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

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

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

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

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

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

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

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