#F14E60

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

Shades of Radical Red #F14E60

Tints of Radical Red #F14E60

Color information

#F14E60 (or 0xF14E60) is unknown color: approx Radical Red. HEX triplet: F1, 4E and 60. RGB value is (241,78,96). Sum of RGB (Red+Green+Blue) = 241+78+96=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E60 is #0EB19F. Grayscale: #808080. Windows color (decimal): -962976 or 6311665. OLE color: 6311665.

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

Color convert

RGB2417896-
CMYK00.680.600.05
HSL353.37º85.34%62.55%-
HSV(B)353.37º67.63%94.51%-
XYZ41.1124.9913.72-
YUV128.79109.5208.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.07%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=58.07%
G=18.80%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241789600.680.600.05353.3785.3462.55
HexF14E600443C5161553f
Octal361116140010474554112577
Binary1111000110011101100000010001001111001011011000011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14E60; }

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

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

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

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

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

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

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

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