Html Css Color HEX #F68163 Salmon

📋 copy color: '#F68163'

red 246 ◦ green 129 ◦ blue 99

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

Shades of Salmon #F68163

Tints of Salmon #F68163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.89%

R = 51.9%
G = 27.22%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F68163 (or 0xF68163) is known color: Salmon. HEX triplet: F6, 81 and 63. RGB value is (246,129,99). Sum of RGB (Red+Green+Blue) = 246+129+99=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F68163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68163 is #097E9C. Grayscale: #A0A0A0. Windows color (decimal): -622237 or 6521334. OLE color: 6521334.

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

Color convert

RGB 246 129 99 -
CMYK 0 0.48 0.60 0.04
HSL 12.24º 0.89% 0.68% -
HSV(B) 12.24º 0.6% 0.96% -
XYZ 48.11 36.19 16.25 -
YUV 160.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 246 129 99 0 0.48 0.60 0.04 12.24 0.89 0.68
Hex F6 81 63 0 30 3C 4 C 59 44
Octal 366 201 143 0 60 74 4 14 131 104
Binary 11110110 10000001 1100011 0 110000 111100 100 1100 1011001 1000100

Color Harmonies of #F68163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68163

Black with #F68163

Text Example


Text Example

White with #F68163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68163; }

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

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

background-color css

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

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

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

border-color css

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

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

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