#F07F7C

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

Shades of Light Coral #F07F7C

Tints of Light Coral #F07F7C

Color information

#F07F7C (or 0xF07F7C) is unknown color: approx Light Coral. HEX triplet: F0, 7F and 7C. RGB value is (240,127,124). Sum of RGB (Red+Green+Blue) = 240+127+124=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F7C is #0F8083. Grayscale: #A0A0A0. Windows color (decimal): -1015940 or 8159216. OLE color: 8159216.

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

Color convert

RGB240127124-
CMYK00.470.480.06
HSL1.55º79.45%71.37%-
HSV(B)1.55º48.33%94.12%-
XYZ47.1635.1623.37-
YUV160.44107.44184.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=48.88%
G=25.87%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012712400.470.480.061.5579.4571.37
HexF07F7C02F30624f47
Octal3601771740576062117107
Binary111100001111111111110001011111100001101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07F7C; }

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

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

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

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

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

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

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

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