#F07C7A

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

Shades of Light Coral #F07C7A

Tints of Light Coral #F07C7A

Color information

#F07C7A (or 0xF07C7A) is unknown color: approx Light Coral. HEX triplet: F0, 7C and 7A. RGB value is (240,124,122). Sum of RGB (Red+Green+Blue) = 240+124+122=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C7A is #0F8385. Grayscale: #9E9E9E. Windows color (decimal): -1016710 or 8027376. OLE color: 8027376.

HSL color Cylindrical-coordinate representation of color #F07C7A: hue angle of 1.02º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07C7A is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB240124122-
CMYK00.480.490.06
HSL1.02º79.73%70.98%-
HSV(B)1.02º49.17%94.12%-
XYZ46.6634.3522.58-
YUV158.46107.43186.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.38%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 122 (48.05% from 255) = 25.10%
R=49.38%
G=25.51%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012412200.480.490.061.0279.7370.98
HexF07C7A03031615047
Octal3601741720606161120107
Binary11110000111110011110100110000110001110110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07C7A; }

 p { color: rgb(240,124,122); }

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

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

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

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

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

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

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