Html Css Color HEX #F08C80 Light Coral

📋 copy color: '#F08C80'

red 240 ◦ green 140 ◦ blue 128

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

Shades of Light Coral #F08C80

Tints of Light Coral #F08C80

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.56%

 BLUE value IS 128 (50.39% from 255) = 25.2%

R = 47.24%
G = 27.56%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F08C80 (or 0xF08C80) is known color: Light Coral. HEX triplet: F0, 8C and 80. RGB value is (240,140,128). Sum of RGB (Red+Green+Blue) = 240+140+128=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C80 is #0F737F. Grayscale: #A8A8A8. Windows color (decimal): -1012608 or 8424688. OLE color: 8424688.

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

Color convert

RGB 240 140 128 -
CMYK 0 0.42 0.47 0.06
HSL 6.43º 0.79% 0.72% -
HSV(B) 6.43º 0.47% 0.94% -
XYZ 49.21 38.84 25.33 -
YUV 168.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 240 140 128 0 0.42 0.47 0.06 6.43 0.79 0.72
Hex F0 8C 80 0 2A 2F 6 6 4F 48
Octal 360 214 200 0 52 57 6 6 117 110
Binary 11110000 10001100 10000000 0 101010 101111 110 110 1001111 1001000

Color Harmonies of #F08C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C80

Black with #F08C80

Text Example


Text Example

White with #F08C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C80; }

 p { color: rgb(240,140,128); }

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

background-color css

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

 a { background-color: rgb(240,140,128); }

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

border-color css

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

 span { border-color: rgb(240,140,128); }

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