Html Css Color HEX #F68A75 Salmon

📋 copy color: '#F68A75'

red 246 ◦ green 138 ◦ blue 117

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

Shades of Salmon #F68A75

Tints of Salmon #F68A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 49.1%
G = 27.54%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F68A75 (or 0xF68A75) is known color: Salmon. HEX triplet: F6, 8A and 75. RGB value is (246,138,117). Sum of RGB (Red+Green+Blue) = 246+138+117=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A75 is #09758A. Grayscale: #A8A8A8. Windows color (decimal): -619915 or 7703286. OLE color: 7703286.

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

Color convert

RGB 246 138 117 -
CMYK 0 0.44 0.52 0.04
HSL 9.77º 0.88% 0.71% -
HSV(B) 9.77º 0.52% 0.96% -
XYZ 50.31 39.05 21.72 -
YUV 167.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 246 138 117 0 0.44 0.52 0.04 9.77 0.88 0.71
Hex F6 8A 75 0 2C 34 4 A 58 47
Octal 366 212 165 0 54 64 4 12 130 107
Binary 11110110 10001010 1110101 0 101100 110100 100 1010 1011000 1000111

Color Harmonies of #F68A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68A75

Black with #F68A75

Text Example


Text Example

White with #F68A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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