Html Css Color HEX #F18B78 Dark Salmon

📋 copy color: '#F18B78'

red 241 ◦ green 139 ◦ blue 120

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

Shades of Dark Salmon #F18B78

Tints of Dark Salmon #F18B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24%

R = 48.2%
G = 27.8%
B = 24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F18B78 (or 0xF18B78) is known color: Dark Salmon. HEX triplet: F1, 8B and 78. RGB value is (241,139,120). Sum of RGB (Red+Green+Blue) = 241+139+120=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B78 is #0E7487. Grayscale: #A7A7A7. Windows color (decimal): -947336 or 7900145. OLE color: 7900145.

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

Color convert

RGB 241 139 120 -
CMYK 0 0.42 0.50 0.05
HSL 9.42º 0.81% 0.71% -
HSV(B) 9.42º 0.5% 0.95% -
XYZ 48.9 38.52 22.63 -
YUV 167.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 241 139 120 0 0.42 0.50 0.05 9.42 0.81 0.71
Hex F1 8B 78 0 2A 32 5 9 51 47
Octal 361 213 170 0 52 62 5 11 121 107
Binary 11110001 10001011 1111000 0 101010 110010 101 1001 1010001 1000111

Color Harmonies of #F18B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B78

Black with #F18B78

Text Example


Text Example

White with #F18B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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