Html Css Color HEX #F68171 Salmon

📋 copy color: '#F68171'

red 246 ◦ green 129 ◦ blue 113

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

Shades of Salmon #F68171

Tints of Salmon #F68171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 50.41%
G = 26.43%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F68171 (or 0xF68171) is known color: Salmon. HEX triplet: F6, 81 and 71. RGB value is (246,129,113). Sum of RGB (Red+Green+Blue) = 246+129+113=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F68171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68171 is #097E8E. Grayscale: #A2A2A2. Windows color (decimal): -622223 or 7438838. OLE color: 7438838.

HSL color Cylindrical-coordinate representation of color #F68171: hue angle of 7.22º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68171 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 129 113 -
CMYK 0 0.48 0.54 0.04
HSL 7.22º 0.88% 0.7% -
HSV(B) 7.22º 0.54% 0.96% -
XYZ 48.84 36.49 20.09 -
YUV 162.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 246 129 113 0 0.48 0.54 0.04 7.22 0.88 0.7
Hex F6 81 71 0 30 36 4 7 58 46
Octal 366 201 161 0 60 66 4 7 130 106
Binary 11110110 10000001 1110001 0 110000 110110 100 111 1011000 1000110

Color Harmonies of #F68171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68171

Black with #F68171

Text Example


Text Example

White with #F68171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68171; }

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

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

background-color css

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

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

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

border-color css

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

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

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