Html Css Color HEX #F08A80 Light Coral

📋 copy color: '#F08A80'

red 240 ◦ green 138 ◦ blue 128

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

Shades of Light Coral #F08A80

Tints of Light Coral #F08A80

RGB

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

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

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

R = 47.43%
G = 27.27%
B = 25.3%

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

#F08A80 (or 0xF08A80) is known color: Light Coral. HEX triplet: F0, 8A and 80. RGB value is (240,138,128). Sum of RGB (Red+Green+Blue) = 240+138+128=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A80 is #0F757F. Grayscale: #A7A7A7. Windows color (decimal): -1013120 or 8424176. OLE color: 8424176.

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

Color convert

RGB 240 138 128 -
CMYK 0 0.42 0.47 0.06
HSL 5.36º 0.79% 0.72% -
HSV(B) 5.36º 0.47% 0.94% -
XYZ 48.92 38.26 25.23 -
YUV 167.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 240 138 128 0 0.42 0.47 0.06 5.36 0.79 0.72
Hex F0 8A 80 0 2A 2F 6 5 4F 48
Octal 360 212 200 0 52 57 6 5 117 110
Binary 11110000 10001010 10000000 0 101010 101111 110 101 1001111 1001000

Color Harmonies of #F08A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A80

Black with #F08A80

Text Example


Text Example

White with #F08A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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