#F18282

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

Shades of Light Coral #F18282

Tints of Light Coral #F18282

Color information

#F18282 (or 0xF18282) is unknown color: approx Light Coral. HEX triplet: F1, 82 and 82. RGB value is (241,130,130). Sum of RGB (Red+Green+Blue) = 241+130+130=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F18282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18282 is #0E7D7D. Grayscale: #A3A3A3. Windows color (decimal): -949630 or 8553201. OLE color: 8553201.

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

Color convert

RGB241130130-
CMYK00.460.460.05
HSL79.86%72.75%-
HSV(B)46.06%94.51%-
XYZ48.2936.2825.58-
YUV163.19109.27183.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=48.10%
G=25.95%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113013000.460.460.05079.8672.75
HexF1828202E2E505049
Octal3612022020565650120111
Binary1111000110000010100000100101110101110101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18282; }

 p { color: rgb(241,130,130); }

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

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

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

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

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

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

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