Html Css Color HEX #F6867A Salmon

📋 copy color: '#F6867A'

red 246 ◦ green 134 ◦ blue 122

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

Shades of Salmon #F6867A

Tints of Salmon #F6867A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.3%

R = 49%
G = 26.69%
B = 24.3%

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

#F6867A (or 0xF6867A) is known color: Salmon. HEX triplet: F6, 86 and 7A. RGB value is (246,134,122). Sum of RGB (Red+Green+Blue) = 246+134+122=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F6867A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6867A is #097985. Grayscale: #A6A6A6. Windows color (decimal): -620934 or 8029942. OLE color: 8029942.

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

Color convert

RGB 246 134 122 -
CMYK 0 0.46 0.50 0.04
HSL 5.81º 0.87% 0.72% -
HSV(B) 5.81º 0.5% 0.96% -
XYZ 50.04 38.05 23.12 -
YUV 166.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 246 134 122 0 0.46 0.50 0.04 5.81 0.87 0.72
Hex F6 86 7A 0 2E 32 4 6 57 48
Octal 366 206 172 0 56 62 4 6 127 110
Binary 11110110 10000110 1111010 0 101110 110010 100 110 1010111 1001000

Color Harmonies of #F6867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6867A

Black with #F6867A

Text Example


Text Example

White with #F6867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6867A; }

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

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

background-color css

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

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

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

border-color css

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

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

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