Html Css Color HEX #F6827D Light Coral

📋 copy color: '#F6827D'

red 246 ◦ green 130 ◦ blue 125

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

Shades of Light Coral #F6827D

Tints of Light Coral #F6827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.95%

R = 49.1%
G = 25.95%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6827D (or 0xF6827D) is known color: Light Coral. HEX triplet: F6, 82 and 7D. RGB value is (246,130,125). Sum of RGB (Red+Green+Blue) = 246+130+125=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F6827D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6827D is #097D82. Grayscale: #A4A4A4. Windows color (decimal): -621955 or 8225526. OLE color: 8225526.

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

Color convert

RGB 246 130 125 -
CMYK 0 0.47 0.49 0.04
HSL 2.48º 0.87% 0.73% -
HSV(B) 2.48º 0.49% 0.96% -
XYZ 49.69 37.04 23.93 -
YUV 164.11 105.93 186.41 -
System Red Green Blue C M Y K H S L
Decimal 246 130 125 0 0.47 0.49 0.04 2.48 0.87 0.73
Hex F6 82 7D 0 2F 31 4 2 57 49
Octal 366 202 175 0 57 61 4 2 127 111
Binary 11110110 10000010 1111101 0 101111 110001 100 10 1010111 1001001

Color Harmonies of #F6827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6827D

Black with #F6827D

Text Example


Text Example

White with #F6827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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