Html Css Color HEX #F68986 Light Coral

📋 copy color: '#F68986'

red 246 ◦ green 137 ◦ blue 134

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

Shades of Light Coral #F68986

Tints of Light Coral #F68986

RGB

 RED value IS 246 (96.48% from 255) = 47.58%

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

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

R = 47.58%
G = 26.5%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F68986 (or 0xF68986) is known color: Light Coral. HEX triplet: F6, 89 and 86. RGB value is (246,137,134). Sum of RGB (Red+Green+Blue) = 246+137+134=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F68986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68986 is #097679. Grayscale: #A9A9A9. Windows color (decimal): -620154 or 8817142. OLE color: 8817142.

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

Color convert

RGB 246 137 134 -
CMYK 0 0.44 0.46 0.04
HSL 1.61º 0.86% 0.75% -
HSV(B) 1.61º 0.46% 0.96% -
XYZ 51.25 39.21 27.42 -
YUV 169.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 246 137 134 0 0.44 0.46 0.04 1.61 0.86 0.75
Hex F6 89 86 0 2C 2E 4 2 56 4B
Octal 366 211 206 0 54 56 4 2 126 113
Binary 11110110 10001001 10000110 0 101100 101110 100 10 1010110 1001011

Color Harmonies of #F68986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68986

Black with #F68986

Text Example


Text Example

White with #F68986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68986; }

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

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

background-color css

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

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

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

border-color css

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

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

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