Html Css Color HEX #F68A7C Salmon

📋 copy color: '#F68A7C'

red 246 ◦ green 138 ◦ blue 124

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

Shades of Salmon #F68A7C

Tints of Salmon #F68A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 48.43%
G = 27.17%
B = 24.41%

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

#F68A7C (or 0xF68A7C) is known color: Salmon. HEX triplet: F6, 8A and 7C. RGB value is (246,138,124). Sum of RGB (Red+Green+Blue) = 246+138+124=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A7C is #097583. Grayscale: #A8A8A8. Windows color (decimal): -619908 or 8162038. OLE color: 8162038.

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

Color convert

RGB 246 138 124 -
CMYK 0 0.44 0.50 0.04
HSL 6.89º 0.87% 0.73% -
HSV(B) 6.89º 0.5% 0.96% -
XYZ 50.73 39.23 23.97 -
YUV 168.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 246 138 124 0 0.44 0.50 0.04 6.89 0.87 0.73
Hex F6 8A 7C 0 2C 32 4 7 57 49
Octal 366 212 174 0 54 62 4 7 127 111
Binary 11110110 10001010 1111100 0 101100 110010 100 111 1010111 1001001

Color Harmonies of #F68A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68A7C

Black with #F68A7C

Text Example


Text Example

White with #F68A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68A7C; }

 p { color: rgb(246,138,124); }

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

background-color css

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

 a { background-color: rgb(246,138,124); }

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

border-color css

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

 span { border-color: rgb(246,138,124); }

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