Html Css Color HEX #F8807C Light Coral

📋 copy color: '#F8807C'

red 248 ◦ green 128 ◦ blue 124

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

Shades of Light Coral #F8807C

Tints of Light Coral #F8807C

RGB

 RED value IS 248 (97.27% from 255) = 49.6%

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

 BLUE value IS 124 (48.83% from 255) = 24.8%

R = 49.6%
G = 25.6%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#F8807C (or 0xF8807C) is known color: Light Coral. HEX triplet: F8, 80 and 7C. RGB value is (248,128,124). Sum of RGB (Red+Green+Blue) = 248+128+124=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8807C is #077F83. Grayscale: #A3A3A3. Windows color (decimal): -491396 or 8159480. OLE color: 8159480.

HSL color Cylindrical-coordinate representation of color #F8807C: hue angle of 1.94º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8807C is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 128 124 -
CMYK 0 0.48 0.5 0.03
HSL 1.94º 0.9% 0.73% -
HSV(B) 1.94º 0.5% 0.97% -
XYZ 50.07 36.85 23.54 -
YUV 163.42 105.76 188.33 -
System Red Green Blue C M Y K H S L
Decimal 248 128 124 0 0.48 0.5 0.03 1.94 0.9 0.73
Hex F8 80 7C 0 30 32 3 2 5A 49
Octal 370 200 174 0 60 62 3 2 132 111
Binary 11111000 10000000 1111100 0 110000 110010 11 10 1011010 1001001

Color Harmonies of #F8807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8807C

Black with #F8807C

Text Example


Text Example

White with #F8807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8807C; }

 p { color: rgb(248,128,124); }

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

background-color css

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

 a { background-color: rgb(248,128,124); }

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

border-color css

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

 span { border-color: rgb(248,128,124); }

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