#FA4140

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

Shades of Coral Red #FA4140

Tints of Coral Red #FA4140

Color information

#FA4140 (or 0xFA4140) is unknown color: approx Coral Red. HEX triplet: FA, 41 and 40. RGB value is (250,65,64). Sum of RGB (Red+Green+Blue) = 250+65+64=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4140 is #05BEBF. Grayscale: #787878. Windows color (decimal): -376512 or 4211194. OLE color: 4211194.

HSL color Cylindrical-coordinate representation of color #FA4140: hue angle of 0.32º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4140 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB2506564-
CMYK00.740.740.02
HSL0.32º94.9%61.57%-
HSV(B)0.32º74.4%98.04%-
XYZ42.2424.477.35-
YUV120.296.29220.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 65.96%
GREEN value IS 65 (25.78% from 255) = 17.15%
BLUE value IS 64 (25.39% from 255) = 16.89%
R=65.96%
G=17.15%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250656400.740.740.020.3294.961.57
HexFA414004A4A205f3e
Octal37210110001121122013776
Binary11111010100000110000000100101010010101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4140; }

 p { color: rgb(250,65,64); }

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

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

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

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

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

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

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