Html Css Color HEX #F68075 Salmon

📋 copy color: '#F68075'

red 246 ◦ green 128 ◦ blue 117

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

Shades of Salmon #F68075

Tints of Salmon #F68075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.07%

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

R = 50.1%
G = 26.07%
B = 23.83%

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

#F68075 (or 0xF68075) is known color: Salmon. HEX triplet: F6, 80 and 75. RGB value is (246,128,117). Sum of RGB (Red+Green+Blue) = 246+128+117=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F68075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68075 is #097F8A. Grayscale: #A2A2A2. Windows color (decimal): -622475 or 7700726. OLE color: 7700726.

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

Color convert

RGB 246 128 117 -
CMYK 0 0.48 0.52 0.04
HSL 5.12º 0.88% 0.71% -
HSV(B) 5.12º 0.52% 0.96% -
XYZ 48.94 36.32 21.26 -
YUV 162.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 246 128 117 0 0.48 0.52 0.04 5.12 0.88 0.71
Hex F6 80 75 0 30 34 4 5 58 47
Octal 366 200 165 0 60 64 4 5 130 107
Binary 11110110 10000000 1110101 0 110000 110100 100 101 1011000 1000111

Color Harmonies of #F68075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68075

Black with #F68075

Text Example


Text Example

White with #F68075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68075; }

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

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

background-color css

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

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

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

border-color css

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

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

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