Html Css Color HEX #F18B7A Dark Salmon

📋 copy color: '#F18B7A'

red 241 ◦ green 139 ◦ blue 122

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

Shades of Dark Salmon #F18B7A

Tints of Dark Salmon #F18B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.3%

R = 48.01%
G = 27.69%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F18B7A (or 0xF18B7A) is known color: Dark Salmon. HEX triplet: F1, 8B and 7A. RGB value is (241,139,122). Sum of RGB (Red+Green+Blue) = 241+139+122=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B7A is #0E7485. Grayscale: #A7A7A7. Windows color (decimal): -947334 or 8031217. OLE color: 8031217.

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

Color convert

RGB 241 139 122 -
CMYK 0 0.42 0.49 0.05
HSL 8.57º 0.81% 0.71% -
HSV(B) 8.57º 0.49% 0.95% -
XYZ 49.02 38.57 23.27 -
YUV 167.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 241 139 122 0 0.42 0.49 0.05 8.57 0.81 0.71
Hex F1 8B 7A 0 2A 31 5 9 51 47
Octal 361 213 172 0 52 61 5 11 121 107
Binary 11110001 10001011 1111010 0 101010 110001 101 1001 1010001 1000111

Color Harmonies of #F18B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B7A

Black with #F18B7A

Text Example


Text Example

White with #F18B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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