Html Css Color HEX #F68178 Salmon

📋 copy color: '#F68178'

red 246 ◦ green 129 ◦ blue 120

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

Shades of Salmon #F68178

Tints of Salmon #F68178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.24%

R = 49.7%
G = 26.06%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F68178 (or 0xF68178) is known color: Salmon. HEX triplet: F6, 81 and 78. RGB value is (246,129,120). Sum of RGB (Red+Green+Blue) = 246+129+120=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F68178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68178 is #097E87. Grayscale: #A3A3A3. Windows color (decimal): -622216 or 7897590. OLE color: 7897590.

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

Color convert

RGB 246 129 120 -
CMYK 0 0.48 0.51 0.04
HSL 4.29º 0.88% 0.72% -
HSV(B) 4.29º 0.51% 0.96% -
XYZ 49.25 36.65 22.25 -
YUV 162.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 246 129 120 0 0.48 0.51 0.04 4.29 0.88 0.72
Hex F6 81 78 0 30 33 4 4 58 48
Octal 366 201 170 0 60 63 4 4 130 110
Binary 11110110 10000001 1111000 0 110000 110011 100 100 1011000 1001000

Color Harmonies of #F68178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68178

Black with #F68178

Text Example


Text Example

White with #F68178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68178; }

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

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

background-color css

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

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

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

border-color css

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

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

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