#F08A82

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

Shades of Light Coral #F08A82

Tints of Light Coral #F08A82

Color information

#F08A82 (or 0xF08A82) is unknown color: approx Light Coral. HEX triplet: F0, 8A and 82. RGB value is (240,138,130). Sum of RGB (Red+Green+Blue) = 240+138+130=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A82 is #0F757D. Grayscale: #A7A7A7. Windows color (decimal): -1013118 or 8555248. OLE color: 8555248.

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

Color convert

RGB240138130-
CMYK00.420.460.06
HSL4.36º78.57%72.55%-
HSV(B)4.36º45.83%94.12%-
XYZ49.0538.3125.93-
YUV167.59106.79179.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.24%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=47.24%
G=27.17%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013813000.420.460.064.3678.5772.55
HexF08A8202A2E644f49
Octal3602122020525664117111
Binary111100001000101010000010010101010111011010010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08A82; }

 p { color: rgb(240,138,130); }

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

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

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

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

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

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

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