Html Css Color HEX #F5807C Light Coral

📋 copy color: '#F5807C'

red 245 ◦ green 128 ◦ blue 124

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

Shades of Light Coral #F5807C

Tints of Light Coral #F5807C

RGB

 RED value IS 245 (96.09% from 255) = 49.3%

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

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

R = 49.3%
G = 25.75%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5807C (or 0xF5807C) is known color: Light Coral. HEX triplet: F5, 80 and 7C. RGB value is (245,128,124). Sum of RGB (Red+Green+Blue) = 245+128+124=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5807C is #0A7F83. Grayscale: #A2A2A2. Windows color (decimal): -688004 or 8159477. OLE color: 8159477.

HSL color Cylindrical-coordinate representation of color #F5807C: hue angle of 1.98º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5807C is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 124 -
CMYK 0 0.48 0.49 0.04
HSL 1.98º 0.86% 0.72% -
HSV(B) 1.98º 0.49% 0.96% -
XYZ 49.01 36.31 23.49 -
YUV 162.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 245 128 124 0 0.48 0.49 0.04 1.98 0.86 0.72
Hex F5 80 7C 0 30 31 4 2 56 48
Octal 365 200 174 0 60 61 4 2 126 110
Binary 11110101 10000000 1111100 0 110000 110001 100 10 1010110 1001000

Color Harmonies of #F5807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5807C

Black with #F5807C

Text Example


Text Example

White with #F5807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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