#F5867E

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

Shades of Light Coral #F5867E

Tints of Light Coral #F5867E

Color information

#F5867E (or 0xF5867E) is unknown color: approx Light Coral. HEX triplet: F5, 86 and 7E. RGB value is (245,134,126). Sum of RGB (Red+Green+Blue) = 245+134+126=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5867E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5867E is #0A7981. Grayscale: #A6A6A6. Windows color (decimal): -686466 or 8292085. OLE color: 8292085.

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

Color convert

RGB245134126-
CMYK00.450.490.04
HSL4.03º85.61%72.75%-
HSV(B)4.03º48.57%96.08%-
XYZ49.9537.9724.43-
YUV166.28105.27184.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.51%
GREEN value IS 134 (52.73% from 255) = 26.53%
BLUE value IS 126 (49.61% from 255) = 24.95%
R=48.51%
G=26.53%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513412600.450.490.044.0385.6172.75
HexF5867E02D31445649
Octal3652061760556144126111
Binary11110101100001101111110010110111000110010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5867E; }

 p { color: rgb(245,134,126); }

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

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

 a { background-color: rgb(245,134,126); }

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

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

 span { border-color: rgb(245,134,126); }

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