Html Css Color HEX #F6897A Salmon

📋 copy color: '#F6897A'

red 246 ◦ green 137 ◦ blue 122

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

Shades of Salmon #F6897A

Tints of Salmon #F6897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.13%

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

R = 48.71%
G = 27.13%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6897A (or 0xF6897A) is known color: Salmon. HEX triplet: F6, 89 and 7A. RGB value is (246,137,122). Sum of RGB (Red+Green+Blue) = 246+137+122=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F6897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6897A is #097685. Grayscale: #A8A8A8. Windows color (decimal): -620166 or 8030710. OLE color: 8030710.

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

Color convert

RGB 246 137 122 -
CMYK 0 0.44 0.50 0.04
HSL 7.26º 0.87% 0.72% -
HSV(B) 7.26º 0.5% 0.96% -
XYZ 50.46 38.89 23.26 -
YUV 167.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 246 137 122 0 0.44 0.50 0.04 7.26 0.87 0.72
Hex F6 89 7A 0 2C 32 4 7 57 48
Octal 366 211 172 0 54 62 4 7 127 110
Binary 11110110 10001001 1111010 0 101100 110010 100 111 1010111 1001000

Color Harmonies of #F6897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6897A

Black with #F6897A

Text Example


Text Example

White with #F6897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6897A; }

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

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

background-color css

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

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

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

border-color css

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

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

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