Html Css Color HEX #F68168 Salmon

📋 copy color: '#F68168'

red 246 ◦ green 129 ◦ blue 104

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

Shades of Salmon #F68168

Tints of Salmon #F68168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.71%

R = 51.36%
G = 26.93%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F68168 (or 0xF68168) is known color: Salmon. HEX triplet: F6, 81 and 68. RGB value is (246,129,104). Sum of RGB (Red+Green+Blue) = 246+129+104=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F68168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68168 is #097E97. Grayscale: #A1A1A1. Windows color (decimal): -622232 or 6849014. OLE color: 6849014.

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

Color convert

RGB 246 129 104 -
CMYK 0 0.48 0.58 0.04
HSL 10.56º 0.89% 0.69% -
HSV(B) 10.56º 0.58% 0.96% -
XYZ 48.35 36.29 17.55 -
YUV 161.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 246 129 104 0 0.48 0.58 0.04 10.56 0.89 0.69
Hex F6 81 68 0 30 3A 4 B 59 45
Octal 366 201 150 0 60 72 4 13 131 105
Binary 11110110 10000001 1101000 0 110000 111010 100 1011 1011001 1000101

Color Harmonies of #F68168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68168

Black with #F68168

Text Example


Text Example

White with #F68168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68168; }

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

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

background-color css

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

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

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

border-color css

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

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

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