Html Css Color HEX #F68666 Salmon

📋 copy color: '#F68666'

red 246 ◦ green 134 ◦ blue 102

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

Shades of Salmon #F68666

Tints of Salmon #F68666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.8%

 BLUE value IS 102 (40.23% from 255) = 21.16%

R = 51.04%
G = 27.8%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F68666 (or 0xF68666) is known color: Salmon. HEX triplet: F6, 86 and 66. RGB value is (246,134,102). Sum of RGB (Red+Green+Blue) = 246+134+102=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F68666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68666 is #097999. Grayscale: #A4A4A4. Windows color (decimal): -620954 or 6719222. OLE color: 6719222.

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

Color convert

RGB 246 134 102 -
CMYK 0 0.46 0.59 0.04
HSL 13.33º 0.89% 0.68% -
HSV(B) 13.33º 0.59% 0.96% -
XYZ 48.93 37.6 17.25 -
YUV 163.84 93.11 186.6 -
System Red Green Blue C M Y K H S L
Decimal 246 134 102 0 0.46 0.59 0.04 13.33 0.89 0.68
Hex F6 86 66 0 2E 3B 4 D 59 44
Octal 366 206 146 0 56 73 4 15 131 104
Binary 11110110 10000110 1100110 0 101110 111011 100 1101 1011001 1000100

Color Harmonies of #F68666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68666

Black with #F68666

Text Example


Text Example

White with #F68666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68666; }

 p { color: rgb(246,134,102); }

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

background-color css

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

 a { background-color: rgb(246,134,102); }

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

border-color css

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

 span { border-color: rgb(246,134,102); }

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