Html Css Color HEX #F6846E Salmon

📋 copy color: '#F6846E'

red 246 ◦ green 132 ◦ blue 110

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

Shades of Salmon #F6846E

Tints of Salmon #F6846E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 50.41%
G = 27.05%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6846E (or 0xF6846E) is known color: Salmon. HEX triplet: F6, 84 and 6E. RGB value is (246,132,110). Sum of RGB (Red+Green+Blue) = 246+132+110=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6846E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6846E is #097B91. Grayscale: #A3A3A3. Windows color (decimal): -621458 or 7242998. OLE color: 7242998.

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

Color convert

RGB 246 132 110 -
CMYK 0 0.46 0.55 0.04
HSL 9.71º 0.88% 0.7% -
HSV(B) 9.71º 0.55% 0.96% -
XYZ 49.07 37.22 19.35 -
YUV 163.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 246 132 110 0 0.46 0.55 0.04 9.71 0.88 0.7
Hex F6 84 6E 0 2E 37 4 A 58 46
Octal 366 204 156 0 56 67 4 12 130 106
Binary 11110110 10000100 1101110 0 101110 110111 100 1010 1011000 1000110

Color Harmonies of #F6846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6846E

Black with #F6846E

Text Example


Text Example

White with #F6846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6846E; }

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

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

background-color css

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

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

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

border-color css

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

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

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