Html Css Color HEX #F68465 Salmon

📋 copy color: '#F68465'

red 246 ◦ green 132 ◦ blue 101

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

Shades of Salmon #F68465

Tints of Salmon #F68465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.09%

R = 51.36%
G = 27.56%
B = 21.09%

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

#F68465 (or 0xF68465) is known color: Salmon. HEX triplet: F6, 84 and 65. RGB value is (246,132,101). Sum of RGB (Red+Green+Blue) = 246+132+101=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F68465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68465 is #097B9A. Grayscale: #A2A2A2. Windows color (decimal): -621467 or 6653174. OLE color: 6653174.

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

Color convert

RGB 246 132 101 -
CMYK 0 0.46 0.59 0.04
HSL 12.83º 0.89% 0.68% -
HSV(B) 12.83º 0.59% 0.96% -
XYZ 48.61 37.03 16.9 -
YUV 162.55 93.27 187.52 -
System Red Green Blue C M Y K H S L
Decimal 246 132 101 0 0.46 0.59 0.04 12.83 0.89 0.68
Hex F6 84 65 0 2E 3B 4 D 59 44
Octal 366 204 145 0 56 73 4 15 131 104
Binary 11110110 10000100 1100101 0 101110 111011 100 1101 1011001 1000100

Color Harmonies of #F68465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68465

Black with #F68465

Text Example


Text Example

White with #F68465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68465; }

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

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

background-color css

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

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

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

border-color css

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

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

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