Html Css Color HEX #F68969 Salmon

📋 copy color: '#F68969'

red 246 ◦ green 137 ◦ blue 105

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

Shades of Salmon #F68969

Tints of Salmon #F68969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.52%

R = 50.41%
G = 28.07%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F68969 (or 0xF68969) is known color: Salmon. HEX triplet: F6, 89 and 69. RGB value is (246,137,105). Sum of RGB (Red+Green+Blue) = 246+137+105=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F68969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68969 is #097696. Grayscale: #A6A6A6. Windows color (decimal): -620183 or 6916598. OLE color: 6916598.

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

Color convert

RGB 246 137 105 -
CMYK 0 0.44 0.57 0.04
HSL 13.62º 0.89% 0.69% -
HSV(B) 13.62º 0.57% 0.96% -
XYZ 49.5 38.5 18.19 -
YUV 165.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 246 137 105 0 0.44 0.57 0.04 13.62 0.89 0.69
Hex F6 89 69 0 2C 39 4 E 59 45
Octal 366 211 151 0 54 71 4 16 131 105
Binary 11110110 10001001 1101001 0 101100 111001 100 1110 1011001 1000101

Color Harmonies of #F68969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68969

Black with #F68969

Text Example


Text Example

White with #F68969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68969; }

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

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

background-color css

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

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

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

border-color css

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

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

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