#F47A7A

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

Shades of Light Coral #F47A7A

Tints of Light Coral #F47A7A

Color information

#F47A7A (or 0xF47A7A) is unknown color: approx Light Coral. HEX triplet: F4, 7A and 7A. RGB value is (244,122,122). Sum of RGB (Red+Green+Blue) = 244+122+122=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47A7A is #0B8585. Grayscale: #9E9E9E. Windows color (decimal): -755078 or 8026868. OLE color: 8026868.

HSL color Cylindrical-coordinate representation of color #F47A7A: hue angle of 0º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47A7A is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.04.

Color convert

RGB244122122-
CMYK00.50.50.04
HSL84.72%71.76%-
HSV(B)50%95.69%-
XYZ47.7834.5622.56-
YUV158.48107.42189-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.5
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412212200.50.50.04084.7271.76
HexF47A7A03232405548
Octal3641721720626240125110
Binary11110100111101011110100110010110010100010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47A7A; }

 p { color: rgb(244,122,122); }

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

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

 a { background-color: rgb(244,122,122); }

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

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

 span { border-color: rgb(244,122,122); }

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