Html Css Color HEX #F18F7C Dark Salmon

📋 copy color: '#F18F7C'

red 241 ◦ green 143 ◦ blue 124

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

Shades of Dark Salmon #F18F7C

Tints of Dark Salmon #F18F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 47.44%
G = 28.15%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F18F7C (or 0xF18F7C) is known color: Dark Salmon. HEX triplet: F1, 8F and 7C. RGB value is (241,143,124). Sum of RGB (Red+Green+Blue) = 241+143+124=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F7C is #0E7083. Grayscale: #AAAAAA. Windows color (decimal): -946308 or 8163313. OLE color: 8163313.

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

Color convert

RGB 241 143 124 -
CMYK 0 0.41 0.49 0.05
HSL 9.74º 0.81% 0.72% -
HSV(B) 9.74º 0.49% 0.95% -
XYZ 49.74 39.8 24.13 -
YUV 170.14 101.97 178.54 -
System Red Green Blue C M Y K H S L
Decimal 241 143 124 0 0.41 0.49 0.05 9.74 0.81 0.72
Hex F1 8F 7C 0 29 31 5 A 51 48
Octal 361 217 174 0 51 61 5 12 121 110
Binary 11110001 10001111 1111100 0 101001 110001 101 1010 1010001 1001000

Color Harmonies of #F18F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F7C

Black with #F18F7C

Text Example


Text Example

White with #F18F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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