Html Css Color HEX #F1987B Dark Salmon

📋 copy color: '#F1987B'

red 241 ◦ green 152 ◦ blue 123

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

Shades of Dark Salmon #F1987B

Tints of Dark Salmon #F1987B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.46%

 BLUE value IS 123 (48.44% from 255) = 23.84%

R = 46.71%
G = 29.46%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1987B (or 0xF1987B) is known color: Dark Salmon. HEX triplet: F1, 98 and 7B. RGB value is (241,152,123). Sum of RGB (Red+Green+Blue) = 241+152+123=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1987B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1987B is #0E6784. Grayscale: #AFAFAF. Windows color (decimal): -944005 or 8100081. OLE color: 8100081.

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

Color convert

RGB 241 152 123 -
CMYK 0 0.37 0.49 0.05
HSL 14.75º 0.81% 0.71% -
HSV(B) 14.75º 0.49% 0.95% -
XYZ 51.08 42.59 24.27 -
YUV 175.31 98.49 174.86 -
System Red Green Blue C M Y K H S L
Decimal 241 152 123 0 0.37 0.49 0.05 14.75 0.81 0.71
Hex F1 98 7B 0 25 31 5 F 51 47
Octal 361 230 173 0 45 61 5 17 121 107
Binary 11110001 10011000 1111011 0 100101 110001 101 1111 1010001 1000111

Color Harmonies of #F1987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1987B

Black with #F1987B

Text Example


Text Example

White with #F1987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1987B; }

 p { color: rgb(241,152,123); }

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

background-color css

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

 a { background-color: rgb(241,152,123); }

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

border-color css

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

 span { border-color: rgb(241,152,123); }

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