Html Css Color HEX #F18F77 Dark Salmon

📋 copy color: '#F18F77'

red 241 ◦ green 143 ◦ blue 119

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

Shades of Dark Salmon #F18F77

Tints of Dark Salmon #F18F77

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.43%

 BLUE value IS 119 (46.88% from 255) = 23.66%

R = 47.91%
G = 28.43%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F18F77 (or 0xF18F77) is known color: Dark Salmon. HEX triplet: F1, 8F and 77. RGB value is (241,143,119). Sum of RGB (Red+Green+Blue) = 241+143+119=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F77 is #0E7088. Grayscale: #A9A9A9. Windows color (decimal): -946313 or 7835633. OLE color: 7835633.

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

Color convert

RGB 241 143 119 -
CMYK 0 0.41 0.51 0.05
HSL 11.8º 0.81% 0.71% -
HSV(B) 11.8º 0.51% 0.95% -
XYZ 49.43 39.68 22.51 -
YUV 169.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 241 143 119 0 0.41 0.51 0.05 11.8 0.81 0.71
Hex F1 8F 77 0 29 33 5 C 51 47
Octal 361 217 167 0 51 63 5 14 121 107
Binary 11110001 10001111 1110111 0 101001 110011 101 1100 1010001 1000111

Color Harmonies of #F18F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F77

Black with #F18F77

Text Example


Text Example

White with #F18F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F77; }

 p { color: rgb(241,143,119); }

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

background-color css

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

 a { background-color: rgb(241,143,119); }

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

border-color css

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

 span { border-color: rgb(241,143,119); }

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