Html Css Color HEX #F18982 Light Coral

📋 copy color: '#F18982'

red 241 ◦ green 137 ◦ blue 130

#F18982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Coral #F18982

Tints of Light Coral #F18982

RGB

 RED value IS 241 (94.53% from 255) = 47.44%

 GREEN value IS 137 (53.91% from 255) = 26.97%

 BLUE value IS 130 (51.17% from 255) = 25.59%

R = 47.44%
G = 26.97%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F18982 (or 0xF18982) is known color: Light Coral. HEX triplet: F1, 89 and 82. RGB value is (241,137,130). Sum of RGB (Red+Green+Blue) = 241+137+130=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F18982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18982 is #0E767D. Grayscale: #A7A7A7. Windows color (decimal): -947838 or 8554993. OLE color: 8554993.

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

Color convert

RGB 241 137 130 -
CMYK 0 0.43 0.46 0.05
HSL 3.78º 0.8% 0.73% -
HSV(B) 3.78º 0.46% 0.95% -
XYZ 49.25 38.2 25.9 -
YUV 167.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 241 137 130 0 0.43 0.46 0.05 3.78 0.8 0.73
Hex F1 89 82 0 2B 2E 5 4 50 49
Octal 361 211 202 0 53 56 5 4 120 111
Binary 11110001 10001001 10000010 0 101011 101110 101 100 1010000 1001001

Color Harmonies of #F18982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18982

Black with #F18982

Text Example


Text Example

White with #F18982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18982; }

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

 H1.HeaderClassName
 {
   color: #F18982;
 }
 .AnyTagClassName
 {
   color: #F18982;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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