Html Css Color HEX #F68D7A Salmon

📋 copy color: '#F68D7A'

red 246 ◦ green 141 ◦ blue 122

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

Shades of Salmon #F68D7A

Tints of Salmon #F68D7A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

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

R = 48.33%
G = 27.7%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F68D7A (or 0xF68D7A) is known color: Salmon. HEX triplet: F6, 8D and 7A. RGB value is (246,141,122). Sum of RGB (Red+Green+Blue) = 246+141+122=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D7A is #097285. Grayscale: #AAAAAA. Windows color (decimal): -619142 or 8031734. OLE color: 8031734.

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

Color convert

RGB 246 141 122 -
CMYK 0 0.43 0.50 0.04
HSL 9.19º 0.87% 0.72% -
HSV(B) 9.19º 0.5% 0.96% -
XYZ 51.04 40.05 23.45 -
YUV 170.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 246 141 122 0 0.43 0.50 0.04 9.19 0.87 0.72
Hex F6 8D 7A 0 2B 32 4 9 57 48
Octal 366 215 172 0 53 62 4 11 127 110
Binary 11110110 10001101 1111010 0 101011 110010 100 1001 1010111 1001000

Color Harmonies of #F68D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68D7A

Black with #F68D7A

Text Example


Text Example

White with #F68D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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