Html Css Color HEX #F68375 Salmon

📋 copy color: '#F68375'

red 246 ◦ green 131 ◦ blue 117

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

Shades of Salmon #F68375

Tints of Salmon #F68375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.52%

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

R = 49.8%
G = 26.52%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F68375 (or 0xF68375) is known color: Salmon. HEX triplet: F6, 83 and 75. RGB value is (246,131,117). Sum of RGB (Red+Green+Blue) = 246+131+117=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F68375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68375 is #097C8A. Grayscale: #A3A3A3. Windows color (decimal): -621707 or 7701494. OLE color: 7701494.

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

Color convert

RGB 246 131 117 -
CMYK 0 0.47 0.52 0.04
HSL 6.51º 0.88% 0.71% -
HSV(B) 6.51º 0.52% 0.96% -
XYZ 49.33 37.11 21.39 -
YUV 163.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 246 131 117 0 0.47 0.52 0.04 6.51 0.88 0.71
Hex F6 83 75 0 2F 34 4 7 58 47
Octal 366 203 165 0 57 64 4 7 130 107
Binary 11110110 10000011 1110101 0 101111 110100 100 111 1011000 1000111

Color Harmonies of #F68375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68375

Black with #F68375

Text Example


Text Example

White with #F68375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68375; }

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

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

background-color css

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

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

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

border-color css

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

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

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