Html Css Color HEX #F68275 Salmon

📋 copy color: '#F68275'

red 246 ◦ green 130 ◦ blue 117

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

Shades of Salmon #F68275

Tints of Salmon #F68275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.37%

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

R = 49.9%
G = 26.37%
B = 23.73%

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

#F68275 (or 0xF68275) is known color: Salmon. HEX triplet: F6, 82 and 75. RGB value is (246,130,117). Sum of RGB (Red+Green+Blue) = 246+130+117=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F68275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68275 is #097D8A. Grayscale: #A3A3A3. Windows color (decimal): -621963 or 7701238. OLE color: 7701238.

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

Color convert

RGB 246 130 117 -
CMYK 0 0.47 0.52 0.04
HSL 6.05º 0.88% 0.71% -
HSV(B) 6.05º 0.52% 0.96% -
XYZ 49.2 36.84 21.35 -
YUV 163.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 246 130 117 0 0.47 0.52 0.04 6.05 0.88 0.71
Hex F6 82 75 0 2F 34 4 6 58 47
Octal 366 202 165 0 57 64 4 6 130 107
Binary 11110110 10000010 1110101 0 101111 110100 100 110 1011000 1000111

Color Harmonies of #F68275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68275

Black with #F68275

Text Example


Text Example

White with #F68275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68275; }

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

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

background-color css

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

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

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

border-color css

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

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

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