Html Css Color HEX #F5807D Light Coral

📋 copy color: '#F5807D'

red 245 ◦ green 128 ◦ blue 125

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

Shades of Light Coral #F5807D

Tints of Light Coral #F5807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.1%

R = 49.2%
G = 25.7%
B = 25.1%

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

#F5807D (or 0xF5807D) is known color: Light Coral. HEX triplet: F5, 80 and 7D. RGB value is (245,128,125). Sum of RGB (Red+Green+Blue) = 245+128+125=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5807D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5807D is #0A7F82. Grayscale: #A2A2A2. Windows color (decimal): -688003 or 8225013. OLE color: 8225013.

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

Color convert

RGB 245 128 125 -
CMYK 0 0.48 0.49 0.04
HSL 1.5º 0.86% 0.73% -
HSV(B) 1.5º 0.49% 0.96% -
XYZ 49.08 36.33 23.83 -
YUV 162.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 245 128 125 0 0.48 0.49 0.04 1.5 0.86 0.73
Hex F5 80 7D 0 30 31 4 2 56 49
Octal 365 200 175 0 60 61 4 2 126 111
Binary 11110101 10000000 1111101 0 110000 110001 100 10 1010110 1001001

Color Harmonies of #F5807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5807D

Black with #F5807D

Text Example


Text Example

White with #F5807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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