#F5807F

Color #F5807F Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #F5807F

Tints of Light Coral #F5807F

Color information

#F5807F (or 0xF5807F) is unknown color: approx Light Coral. HEX triplet: F5, 80 and 7F. RGB value is (245,128,127). Sum of RGB (Red+Green+Blue) = 245+128+127=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5807F is #0A7F80. Grayscale: #A2A2A2. Windows color (decimal): -688001 or 8356085. OLE color: 8356085.

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

Color convert

RGB245128127-
CMYK00.480.480.04
HSL0.51º85.51%72.94%-
HSV(B)0.51º48.16%96.08%-
XYZ49.2136.3824.51-
YUV162.87107.76186.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 127 (50% from 255) = 25.4%
R=49%
G=25.6%
B=25.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512812700.480.480.040.5185.5172.94
HexF5807F03030415649
Octal3652001770606041126111
Binary111101011000000011111110110000110000100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5807F; }

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

 H1.HeaderClassName
 {
   color: #F5807F;
 }
 .AnyTagClassName
 {
   color: #F5807F;
 }
</style>
background-color css

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

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

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

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

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

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