Html Css Color HEX #F18E79 Dark Salmon

📋 copy color: '#F18E79'

red 241 ◦ green 142 ◦ blue 121

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

Shades of Dark Salmon #F18E79

Tints of Dark Salmon #F18E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.17%

 BLUE value IS 121 (47.66% from 255) = 24.01%

R = 47.82%
G = 28.17%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F18E79 (or 0xF18E79) is known color: Dark Salmon. HEX triplet: F1, 8E and 79. RGB value is (241,142,121). Sum of RGB (Red+Green+Blue) = 241+142+121=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18E79 is #0E7186. Grayscale: #A9A9A9. Windows color (decimal): -946567 or 7966449. OLE color: 7966449.

HSL color Cylindrical-coordinate representation of color #F18E79: hue angle of 10.5º 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 #F18E79 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 142 121 -
CMYK 0 0.41 0.50 0.05
HSL 10.5º 0.81% 0.71% -
HSV(B) 10.5º 0.5% 0.95% -
XYZ 49.4 39.43 23.1 -
YUV 169.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 241 142 121 0 0.41 0.50 0.05 10.5 0.81 0.71
Hex F1 8E 79 0 29 32 5 A 51 47
Octal 361 216 171 0 51 62 5 12 121 107
Binary 11110001 10001110 1111001 0 101001 110010 101 1010 1010001 1000111

Color Harmonies of #F18E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18E79

Black with #F18E79

Text Example


Text Example

White with #F18E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18E79; }

 p { color: rgb(241,142,121); }

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

background-color css

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

 a { background-color: rgb(241,142,121); }

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

border-color css

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

 span { border-color: rgb(241,142,121); }

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