#f07a7a

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

Shades of Light Coral #F07A7A

Tints of Light Coral #F07A7A

Color information

#F07A7A (or 0xF07A7A) is unknown color: approx Light Coral. HEX triplet: F0, 7A and 7A. RGB value is (240,122,122). Sum of RGB (Red+Green+Blue) = 240+122+122=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A7A is #0F8585. Grayscale: #9D9D9D. Windows color (decimal): -1017222 or 8026864. OLE color: 8026864.

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

Color convert

RGB240122122-
CMYK00.490.490.06
HSL79.73%70.98%-
HSV(B)49.17%94.12%-
XYZ46.4133.8522.5-
YUV157.28108.09187-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.59%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 122 (48.05% from 255) = 25.21%
R=49.59%
G=25.21%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012212200.490.490.06079.7370.98
HexF07A7A03131605047
Octal3601721720616160120107
Binary11110000111101011110100110001110001110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f07a7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f07a7a; }

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

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

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

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

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

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

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

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