Html Css Color HEX #F08078 Light Coral

📋 copy color: '#F08078'

red 240 ◦ green 128 ◦ blue 120

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

Shades of Light Coral #F08078

Tints of Light Coral #F08078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.23%

 BLUE value IS 120 (47.27% from 255) = 24.59%

R = 49.18%
G = 26.23%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F08078 (or 0xF08078) is known color: Light Coral. HEX triplet: F0, 80 and 78. RGB value is (240,128,120). Sum of RGB (Red+Green+Blue) = 240+128+120=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F08078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08078 is #0F7F87. Grayscale: #A0A0A0. Windows color (decimal): -1015688 or 7897328. OLE color: 7897328.

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

Color convert

RGB 240 128 120 -
CMYK 0 0.47 0.5 0.06
HSL 0.8% 0.71% -
HSV(B) 0.5% 0.94% -
XYZ 47.04 35.32 22.11 -
YUV 160.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 240 128 120 0 0.47 0.5 0.06 4 0.8 0.71
Hex F0 80 78 0 2F 32 6 4 50 47
Octal 360 200 170 0 57 62 6 4 120 107
Binary 11110000 10000000 1111000 0 101111 110010 110 100 1010000 1000111

Color Harmonies of #F08078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08078

Black with #F08078

Text Example


Text Example

White with #F08078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08078; }

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

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

background-color css

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

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

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

border-color css

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

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

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