Html Css Color HEX #F68069 Salmon

📋 copy color: '#F68069'

red 246 ◦ green 128 ◦ blue 105

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

Shades of Salmon #F68069

Tints of Salmon #F68069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.92%

R = 51.36%
G = 26.72%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F68069 (or 0xF68069) is known color: Salmon. HEX triplet: F6, 80 and 69. RGB value is (246,128,105). Sum of RGB (Red+Green+Blue) = 246+128+105=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F68069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68069 is #097F96. Grayscale: #A0A0A0. Windows color (decimal): -622487 or 6914294. OLE color: 6914294.

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

Color convert

RGB 246 128 105 -
CMYK 0 0.48 0.57 0.04
HSL 9.79º 0.89% 0.69% -
HSV(B) 9.79º 0.57% 0.96% -
XYZ 48.28 36.05 17.78 -
YUV 160.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 246 128 105 0 0.48 0.57 0.04 9.79 0.89 0.69
Hex F6 80 69 0 30 39 4 A 59 45
Octal 366 200 151 0 60 71 4 12 131 105
Binary 11110110 10000000 1101001 0 110000 111001 100 1010 1011001 1000101

Color Harmonies of #F68069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68069

Black with #F68069

Text Example


Text Example

White with #F68069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68069; }

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

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

background-color css

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

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

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

border-color css

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

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

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