Html Css Color HEX #F18671 Salmon

📋 copy color: '#F18671'

red 241 ◦ green 134 ◦ blue 113

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

Shades of Salmon #F18671

Tints of Salmon #F18671

RGB

 RED value IS 241 (94.53% from 255) = 49.39%

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

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

R = 49.39%
G = 27.46%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F18671 (or 0xF18671) is known color: Salmon. HEX triplet: F1, 86 and 71. RGB value is (241,134,113). Sum of RGB (Red+Green+Blue) = 241+134+113=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F18671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18671 is #0E798E. Grayscale: #A3A3A3. Windows color (decimal): -948623 or 7440113. OLE color: 7440113.

HSL color Cylindrical-coordinate representation of color #F18671: hue angle of 9.84º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F18671 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 134 113 -
CMYK 0 0.44 0.53 0.05
HSL 9.84º 0.82% 0.69% -
HSV(B) 9.84º 0.53% 0.95% -
XYZ 47.78 36.94 20.24 -
YUV 163.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 241 134 113 0 0.44 0.53 0.05 9.84 0.82 0.69
Hex F1 86 71 0 2C 35 5 A 52 45
Octal 361 206 161 0 54 65 5 12 122 105
Binary 11110001 10000110 1110001 0 101100 110101 101 1010 1010010 1000101

Color Harmonies of #F18671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18671

Black with #F18671

Text Example


Text Example

White with #F18671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18671; }

 p { color: rgb(241,134,113); }

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

background-color css

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

 a { background-color: rgb(241,134,113); }

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

border-color css

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

 span { border-color: rgb(241,134,113); }

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