Html Css Color HEX #F08982 Light Coral

📋 copy color: '#F08982'

red 240 ◦ green 137 ◦ blue 130

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

Shades of Light Coral #F08982

Tints of Light Coral #F08982

RGB

 RED value IS 240 (94.14% from 255) = 47.34%

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

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

R = 47.34%
G = 27.02%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F08982 (or 0xF08982) is known color: Light Coral. HEX triplet: F0, 89 and 82. RGB value is (240,137,130). Sum of RGB (Red+Green+Blue) = 240+137+130=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F08982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08982 is #0F767D. Grayscale: #A7A7A7. Windows color (decimal): -1013374 or 8554992. OLE color: 8554992.

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

Color convert

RGB 240 137 130 -
CMYK 0 0.43 0.46 0.06
HSL 3.82º 0.79% 0.73% -
HSV(B) 3.82º 0.46% 0.94% -
XYZ 48.91 38.03 25.88 -
YUV 167 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 240 137 130 0 0.43 0.46 0.06 3.82 0.79 0.73
Hex F0 89 82 0 2B 2E 6 4 4F 49
Octal 360 211 202 0 53 56 6 4 117 111
Binary 11110000 10001001 10000010 0 101011 101110 110 100 1001111 1001001

Color Harmonies of #F08982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08982

Black with #F08982

Text Example


Text Example

White with #F08982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08982; }

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

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

background-color css

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

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

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

border-color css

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

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

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