Html Css Color HEX #F68668 Salmon

📋 copy color: '#F68668'

red 246 ◦ green 134 ◦ blue 104

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

Shades of Salmon #F68668

Tints of Salmon #F68668

RGB

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

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

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

R = 50.83%
G = 27.69%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F68668 (or 0xF68668) is known color: Salmon. HEX triplet: F6, 86 and 68. RGB value is (246,134,104). Sum of RGB (Red+Green+Blue) = 246+134+104=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F68668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68668 is #097997. Grayscale: #A4A4A4. Windows color (decimal): -620952 or 6850294. OLE color: 6850294.

HSL color Cylindrical-coordinate representation of color #F68668: hue angle of 12.68º 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 #F68668 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 134 104 -
CMYK 0 0.46 0.58 0.04
HSL 12.68º 0.89% 0.69% -
HSV(B) 12.68º 0.58% 0.96% -
XYZ 49.03 37.64 17.78 -
YUV 164.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 246 134 104 0 0.46 0.58 0.04 12.68 0.89 0.69
Hex F6 86 68 0 2E 3A 4 D 59 45
Octal 366 206 150 0 56 72 4 15 131 105
Binary 11110110 10000110 1101000 0 101110 111010 100 1101 1011001 1000101

Color Harmonies of #F68668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68668

Black with #F68668

Text Example


Text Example

White with #F68668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68668; }

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

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

background-color css

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

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

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

border-color css

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

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

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