#F07C79

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

Shades of Light Coral #F07C79

Tints of Light Coral #F07C79

Color information

#F07C79 (or 0xF07C79) is unknown color: approx Light Coral. HEX triplet: F0, 7C and 79. RGB value is (240,124,121). Sum of RGB (Red+Green+Blue) = 240+124+121=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C79 is #0F8386. Grayscale: #9E9E9E. Windows color (decimal): -1016711 or 7961840. OLE color: 7961840.

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

Color convert

RGB240124121-
CMYK00.480.500.06
HSL1.51º79.87%70.78%-
HSV(B)1.51º49.58%94.12%-
XYZ46.5934.3222.26-
YUV158.34106.93186.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.48%
GREEN value IS 124 (48.83% from 255) = 25.57%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=49.48%
G=25.57%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012412100.480.500.061.5179.8770.78
HexF07C7903032625047
Octal3601741710606262120107
Binary111100001111100111100101100001100101101010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07C79; }

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

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

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

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

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

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

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

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