Html Css Color HEX #F6846C Salmon

📋 copy color: '#F6846C'

red 246 ◦ green 132 ◦ blue 108

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

Shades of Salmon #F6846C

Tints of Salmon #F6846C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.16%

 BLUE value IS 108 (42.58% from 255) = 22.22%

R = 50.62%
G = 27.16%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6846C (or 0xF6846C) is known color: Salmon. HEX triplet: F6, 84 and 6C. RGB value is (246,132,108). Sum of RGB (Red+Green+Blue) = 246+132+108=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6846C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6846C is #097B93. Grayscale: #A3A3A3. Windows color (decimal): -621460 or 7111926. OLE color: 7111926.

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

Color convert

RGB 246 132 108 -
CMYK 0 0.46 0.56 0.04
HSL 10.43º 0.88% 0.69% -
HSV(B) 10.43º 0.56% 0.96% -
XYZ 48.96 37.18 18.78 -
YUV 163.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 246 132 108 0 0.46 0.56 0.04 10.43 0.88 0.69
Hex F6 84 6C 0 2E 38 4 A 58 45
Octal 366 204 154 0 56 70 4 12 130 105
Binary 11110110 10000100 1101100 0 101110 111000 100 1010 1011000 1000101

Color Harmonies of #F6846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6846C

Black with #F6846C

Text Example


Text Example

White with #F6846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6846C; }

 p { color: rgb(246,132,108); }

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

background-color css

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

 a { background-color: rgb(246,132,108); }

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

border-color css

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

 span { border-color: rgb(246,132,108); }

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