Html Css Color HEX #F68079 Salmon

📋 copy color: '#F68079'

red 246 ◦ green 128 ◦ blue 121

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

Shades of Salmon #F68079

Tints of Salmon #F68079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.44%

R = 49.7%
G = 25.86%
B = 24.44%

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

#F68079 (or 0xF68079) is known color: Salmon. HEX triplet: F6, 80 and 79. RGB value is (246,128,121). Sum of RGB (Red+Green+Blue) = 246+128+121=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F68079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68079 is #097F86. Grayscale: #A2A2A2. Windows color (decimal): -622471 or 7962870. OLE color: 7962870.

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

Color convert

RGB 246 128 121 -
CMYK 0 0.48 0.51 0.04
HSL 3.36º 0.87% 0.72% -
HSV(B) 3.36º 0.51% 0.96% -
XYZ 49.18 36.41 22.53 -
YUV 162.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 246 128 121 0 0.48 0.51 0.04 3.36 0.87 0.72
Hex F6 80 79 0 30 33 4 3 57 48
Octal 366 200 171 0 60 63 4 3 127 110
Binary 11110110 10000000 1111001 0 110000 110011 100 11 1010111 1001000

Color Harmonies of #F68079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68079

Black with #F68079

Text Example


Text Example

White with #F68079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68079; }

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

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

background-color css

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

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

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

border-color css

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

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

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