Html Css Color HEX #F08A83 Light Coral

📋 copy color: '#F08A83'

red 240 ◦ green 138 ◦ blue 131

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

Shades of Light Coral #F08A83

Tints of Light Coral #F08A83

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.11%

 BLUE value IS 131 (51.56% from 255) = 25.74%

R = 47.15%
G = 27.11%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F08A83 (or 0xF08A83) is known color: Light Coral. HEX triplet: F0, 8A and 83. RGB value is (240,138,131). Sum of RGB (Red+Green+Blue) = 240+138+131=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A83 is #0F757C. Grayscale: #A7A7A7. Windows color (decimal): -1013117 or 8620784. OLE color: 8620784.

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

Color convert

RGB 240 138 131 -
CMYK 0 0.42 0.45 0.06
HSL 3.85º 0.78% 0.73% -
HSV(B) 3.85º 0.45% 0.94% -
XYZ 49.12 38.34 26.28 -
YUV 167.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 240 138 131 0 0.42 0.45 0.06 3.85 0.78 0.73
Hex F0 8A 83 0 2A 2D 6 4 4E 49
Octal 360 212 203 0 52 55 6 4 116 111
Binary 11110000 10001010 10000011 0 101010 101101 110 100 1001110 1001001

Color Harmonies of #F08A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A83

Black with #F08A83

Text Example


Text Example

White with #F08A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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