#F14141

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

Shades of Coral Red #F14141

Tints of Coral Red #F14141

Color information

#F14141 (or 0xF14141) is unknown color: approx Coral Red. HEX triplet: F1, 41 and 41. RGB value is (241,65,65). Sum of RGB (Red+Green+Blue) = 241+65+65=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F14141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14141 is #0EBEBE. Grayscale: #757575. Windows color (decimal): -966335 or 4276721. OLE color: 4276721.

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

Color convert

RGB2416565-
CMYK00.730.730.05
HSL86.27%60%-
HSV(B)73.03%94.51%-
XYZ39.1222.867.35-
YUV117.6298.31216-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.96%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=64.96%
G=17.52%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241656500.730.730.05086.2760
HexF141410494950563c
Octal36110110101111115012674
Binary111100011000001100000101001001100100110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14141; }

 p { color: rgb(241,65,65); }

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

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

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

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

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

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

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