Html Css Color HEX #F68468 Salmon

📋 copy color: '#F68468'

red 246 ◦ green 132 ◦ blue 104

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

Shades of Salmon #F68468

Tints of Salmon #F68468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

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

R = 51.04%
G = 27.39%
B = 21.58%

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

#F68468 (or 0xF68468) is known color: Salmon. HEX triplet: F6, 84 and 68. RGB value is (246,132,104). Sum of RGB (Red+Green+Blue) = 246+132+104=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F68468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68468 is #097B97. Grayscale: #A3A3A3. Windows color (decimal): -621464 or 6849782. OLE color: 6849782.

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

Color convert

RGB 246 132 104 -
CMYK 0 0.46 0.58 0.04
HSL 11.83º 0.89% 0.69% -
HSV(B) 11.83º 0.58% 0.96% -
XYZ 48.76 37.09 17.69 -
YUV 162.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 246 132 104 0 0.46 0.58 0.04 11.83 0.89 0.69
Hex F6 84 68 0 2E 3A 4 C 59 45
Octal 366 204 150 0 56 72 4 14 131 105
Binary 11110110 10000100 1101000 0 101110 111010 100 1100 1011001 1000101

Color Harmonies of #F68468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68468

Black with #F68468

Text Example


Text Example

White with #F68468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68468; }

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

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

background-color css

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

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

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

border-color css

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

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

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