Html Css Color HEX #F68B6A Salmon

📋 copy color: '#F68B6A'

red 246 ◦ green 139 ◦ blue 106

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

Shades of Salmon #F68B6A

Tints of Salmon #F68B6A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.31%

 BLUE value IS 106 (41.8% from 255) = 21.59%

R = 50.1%
G = 28.31%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F68B6A (or 0xF68B6A) is known color: Salmon. HEX triplet: F6, 8B and 6A. RGB value is (246,139,106). Sum of RGB (Red+Green+Blue) = 246+139+106=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68B6A is #097495. Grayscale: #A7A7A7. Windows color (decimal): -619670 or 6982646. OLE color: 6982646.

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

Color convert

RGB 246 139 106 -
CMYK 0 0.43 0.57 0.04
HSL 14.14º 0.89% 0.69% -
HSV(B) 14.14º 0.57% 0.96% -
XYZ 49.84 39.1 18.56 -
YUV 167.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 246 139 106 0 0.43 0.57 0.04 14.14 0.89 0.69
Hex F6 8B 6A 0 2B 39 4 E 59 45
Octal 366 213 152 0 53 71 4 16 131 105
Binary 11110110 10001011 1101010 0 101011 111001 100 1110 1011001 1000101

Color Harmonies of #F68B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68B6A

Black with #F68B6A

Text Example


Text Example

White with #F68B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68B6A; }

 p { color: rgb(246,139,106); }

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

background-color css

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

 a { background-color: rgb(246,139,106); }

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

border-color css

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

 span { border-color: rgb(246,139,106); }

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