Html Css Color HEX #F58986 Light Coral

📋 copy color: '#F58986'

red 245 ◦ green 137 ◦ blue 134

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

Shades of Light Coral #F58986

Tints of Light Coral #F58986

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.55%

 BLUE value IS 134 (52.73% from 255) = 25.97%

R = 47.48%
G = 26.55%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F58986 (or 0xF58986) is known color: Light Coral. HEX triplet: F5, 89 and 86. RGB value is (245,137,134). Sum of RGB (Red+Green+Blue) = 245+137+134=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F58986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58986 is #0A7679. Grayscale: #A9A9A9. Windows color (decimal): -685690 or 8817141. OLE color: 8817141.

HSL color Cylindrical-coordinate representation of color #F58986: hue angle of 1.62º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F58986 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 137 134 -
CMYK 0 0.44 0.45 0.04
HSL 1.62º 0.85% 0.74% -
HSV(B) 1.62º 0.45% 0.96% -
XYZ 50.9 39.03 27.4 -
YUV 168.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 245 137 134 0 0.44 0.45 0.04 1.62 0.85 0.74
Hex F5 89 86 0 2C 2D 4 2 55 4A
Octal 365 211 206 0 54 55 4 2 125 112
Binary 11110101 10001001 10000110 0 101100 101101 100 10 1010101 1001010

Color Harmonies of #F58986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58986

Black with #F58986

Text Example


Text Example

White with #F58986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58986; }

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

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

background-color css

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

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

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

border-color css

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

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

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