Html Css Color HEX #F68175 Salmon

📋 copy color: '#F68175'

red 246 ◦ green 129 ◦ blue 117

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

Shades of Salmon #F68175

Tints of Salmon #F68175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.22%

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

R = 50%
G = 26.22%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F68175 (or 0xF68175) is known color: Salmon. HEX triplet: F6, 81 and 75. RGB value is (246,129,117). Sum of RGB (Red+Green+Blue) = 246+129+117=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F68175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68175 is #097E8A. Grayscale: #A2A2A2. Windows color (decimal): -622219 or 7700982. OLE color: 7700982.

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

Color convert

RGB 246 129 117 -
CMYK 0 0.48 0.52 0.04
HSL 5.58º 0.88% 0.71% -
HSV(B) 5.58º 0.52% 0.96% -
XYZ 49.07 36.58 21.3 -
YUV 162.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 246 129 117 0 0.48 0.52 0.04 5.58 0.88 0.71
Hex F6 81 75 0 30 34 4 6 58 47
Octal 366 201 165 0 60 64 4 6 130 107
Binary 11110110 10000001 1110101 0 110000 110100 100 110 1011000 1000111

Color Harmonies of #F68175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68175

Black with #F68175

Text Example


Text Example

White with #F68175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68175; }

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

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

background-color css

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

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

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

border-color css

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

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

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