Html Css Color HEX #F08378 Light Coral

📋 copy color: '#F08378'

red 240 ◦ green 131 ◦ blue 120

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

Shades of Light Coral #F08378

Tints of Light Coral #F08378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.68%

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

R = 48.88%
G = 26.68%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F08378 (or 0xF08378) is known color: Light Coral. HEX triplet: F0, 83 and 78. RGB value is (240,131,120). Sum of RGB (Red+Green+Blue) = 240+131+120=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F08378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08378 is #0F7C87. Grayscale: #A2A2A2. Windows color (decimal): -1014920 or 7898096. OLE color: 7898096.

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

Color convert

RGB 240 131 120 -
CMYK 0 0.45 0.5 0.06
HSL 5.5º 0.8% 0.71% -
HSV(B) 5.5º 0.5% 0.94% -
XYZ 47.44 36.11 22.24 -
YUV 162.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 240 131 120 0 0.45 0.5 0.06 5.5 0.8 0.71
Hex F0 83 78 0 2D 32 6 6 50 47
Octal 360 203 170 0 55 62 6 6 120 107
Binary 11110000 10000011 1111000 0 101101 110010 110 110 1010000 1000111

Color Harmonies of #F08378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08378

Black with #F08378

Text Example


Text Example

White with #F08378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08378; }

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

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

background-color css

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

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

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

border-color css

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

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

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