Html Css Color HEX #F18B73 Salmon

📋 copy color: '#F18B73'

red 241 ◦ green 139 ◦ blue 115

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

Shades of Salmon #F18B73

Tints of Salmon #F18B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 48.69%
G = 28.08%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F18B73 (or 0xF18B73) is known color: Salmon. HEX triplet: F1, 8B and 73. RGB value is (241,139,115). Sum of RGB (Red+Green+Blue) = 241+139+115=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B73 is #0E748C. Grayscale: #A6A6A6. Windows color (decimal): -947341 or 7572465. OLE color: 7572465.

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

Color convert

RGB 241 139 115 -
CMYK 0 0.42 0.52 0.05
HSL 11.43º 0.82% 0.7% -
HSV(B) 11.43º 0.52% 0.95% -
XYZ 48.6 38.4 21.07 -
YUV 166.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 241 139 115 0 0.42 0.52 0.05 11.43 0.82 0.7
Hex F1 8B 73 0 2A 34 5 B 52 46
Octal 361 213 163 0 52 64 5 13 122 106
Binary 11110001 10001011 1110011 0 101010 110100 101 1011 1010010 1000110

Color Harmonies of #F18B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B73

Black with #F18B73

Text Example


Text Example

White with #F18B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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