Html Css Color HEX #F08478 Light Coral

📋 copy color: '#F08478'

red 240 ◦ green 132 ◦ blue 120

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

Shades of Light Coral #F08478

Tints of Light Coral #F08478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.83%

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

R = 48.78%
G = 26.83%
B = 24.39%

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

#F08478 (or 0xF08478) is known color: Light Coral. HEX triplet: F0, 84 and 78. RGB value is (240,132,120). Sum of RGB (Red+Green+Blue) = 240+132+120=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F08478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08478 is #0F7B87. Grayscale: #A3A3A3. Windows color (decimal): -1014664 or 7898352. OLE color: 7898352.

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

Color convert

RGB 240 132 120 -
CMYK 0 0.45 0.5 0.06
HSL 0.8% 0.71% -
HSV(B) 0.5% 0.94% -
XYZ 47.58 36.38 22.28 -
YUV 162.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 240 132 120 0 0.45 0.5 0.06 6 0.8 0.71
Hex F0 84 78 0 2D 32 6 6 50 47
Octal 360 204 170 0 55 62 6 6 120 107
Binary 11110000 10000100 1111000 0 101101 110010 110 110 1010000 1000111

Color Harmonies of #F08478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08478

Black with #F08478

Text Example


Text Example

White with #F08478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08478; }

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

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

background-color css

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

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

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

border-color css

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

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

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