Html Css Color HEX #F18A6F Salmon

📋 copy color: '#F18A6F'

red 241 ◦ green 138 ◦ blue 111

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

Shades of Salmon #F18A6F

Tints of Salmon #F18A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.16%

 BLUE value IS 111 (43.75% from 255) = 22.65%

R = 49.18%
G = 28.16%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F18A6F (or 0xF18A6F) is known color: Salmon. HEX triplet: F1, 8A and 6F. RGB value is (241,138,111). Sum of RGB (Red+Green+Blue) = 241+138+111=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A6F is #0E7590. Grayscale: #A5A5A5. Windows color (decimal): -947601 or 7310065. OLE color: 7310065.

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

Color convert

RGB 241 138 111 -
CMYK 0 0.43 0.54 0.05
HSL 12.46º 0.82% 0.69% -
HSV(B) 12.46º 0.54% 0.95% -
XYZ 48.23 38.03 19.84 -
YUV 165.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 241 138 111 0 0.43 0.54 0.05 12.46 0.82 0.69
Hex F1 8A 6F 0 2B 36 5 C 52 45
Octal 361 212 157 0 53 66 5 14 122 105
Binary 11110001 10001010 1101111 0 101011 110110 101 1100 1010010 1000101

Color Harmonies of #F18A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A6F

Black with #F18A6F

Text Example


Text Example

White with #F18A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A6F; }

 p { color: rgb(241,138,111); }

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

background-color css

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

 a { background-color: rgb(241,138,111); }

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

border-color css

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

 span { border-color: rgb(241,138,111); }

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