Html Css Color HEX #F6827C Light Coral

📋 copy color: '#F6827C'

red 246 ◦ green 130 ◦ blue 124

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

Shades of Light Coral #F6827C

Tints of Light Coral #F6827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26%

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

R = 49.2%
G = 26%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6827C (or 0xF6827C) is known color: Light Coral. HEX triplet: F6, 82 and 7C. RGB value is (246,130,124). Sum of RGB (Red+Green+Blue) = 246+130+124=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6827C is #097D83. Grayscale: #A4A4A4. Windows color (decimal): -621956 or 8159990. OLE color: 8159990.

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

Color convert

RGB 246 130 124 -
CMYK 0 0.47 0.50 0.04
HSL 2.95º 0.87% 0.73% -
HSV(B) 2.95º 0.5% 0.96% -
XYZ 49.63 37.01 23.6 -
YUV 164 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 246 130 124 0 0.47 0.50 0.04 2.95 0.87 0.73
Hex F6 82 7C 0 2F 32 4 3 57 49
Octal 366 202 174 0 57 62 4 3 127 111
Binary 11110110 10000010 1111100 0 101111 110010 100 11 1010111 1001001

Color Harmonies of #F6827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6827C

Black with #F6827C

Text Example


Text Example

White with #F6827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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