Html Css Color HEX #F6867C Light Coral

📋 copy color: '#F6867C'

red 246 ◦ green 134 ◦ blue 124

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

Shades of Light Coral #F6867C

Tints of Light Coral #F6867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.59%

 BLUE value IS 124 (48.83% from 255) = 24.6%

R = 48.81%
G = 26.59%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6867C (or 0xF6867C) is known color: Light Coral. HEX triplet: F6, 86 and 7C. RGB value is (246,134,124). Sum of RGB (Red+Green+Blue) = 246+134+124=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F6867C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6867C is #097983. Grayscale: #A6A6A6. Windows color (decimal): -620932 or 8161014. OLE color: 8161014.

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

Color convert

RGB 246 134 124 -
CMYK 0 0.46 0.50 0.04
HSL 4.92º 0.87% 0.73% -
HSV(B) 4.92º 0.5% 0.96% -
XYZ 50.17 38.1 23.78 -
YUV 166.35 104.11 184.81 -
System Red Green Blue C M Y K H S L
Decimal 246 134 124 0 0.46 0.50 0.04 4.92 0.87 0.73
Hex F6 86 7C 0 2E 32 4 5 57 49
Octal 366 206 174 0 56 62 4 5 127 111
Binary 11110110 10000110 1111100 0 101110 110010 100 101 1010111 1001001

Color Harmonies of #F6867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6867C

Black with #F6867C

Text Example


Text Example

White with #F6867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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