Html Css Color HEX #F18B69 Salmon

📋 copy color: '#F18B69'

red 241 ◦ green 139 ◦ blue 105

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

Shades of Salmon #F18B69

Tints of Salmon #F18B69

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.66%

 BLUE value IS 105 (41.41% from 255) = 21.65%

R = 49.69%
G = 28.66%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F18B69 (or 0xF18B69) is known color: Salmon. HEX triplet: F1, 8B and 69. RGB value is (241,139,105). Sum of RGB (Red+Green+Blue) = 241+139+105=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B69 is #0E7496. Grayscale: #A5A5A5. Windows color (decimal): -947351 or 6917105. OLE color: 6917105.

HSL color Cylindrical-coordinate representation of color #F18B69: hue angle of 15º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F18B69 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 139 105 -
CMYK 0 0.42 0.56 0.05
HSL 15º 0.83% 0.68% -
HSV(B) 15º 0.56% 0.95% -
XYZ 48.06 38.19 18.2 -
YUV 165.62 93.79 181.76 -
System Red Green Blue C M Y K H S L
Decimal 241 139 105 0 0.42 0.56 0.05 15 0.83 0.68
Hex F1 8B 69 0 2A 38 5 F 53 44
Octal 361 213 151 0 52 70 5 17 123 104
Binary 11110001 10001011 1101001 0 101010 111000 101 1111 1010011 1000100

Color Harmonies of #F18B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B69

Black with #F18B69

Text Example


Text Example

White with #F18B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B69; }

 p { color: rgb(241,139,105); }

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

background-color css

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

 a { background-color: rgb(241,139,105); }

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

border-color css

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

 span { border-color: rgb(241,139,105); }

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