Html Css Color HEX #F1987A Dark Salmon

📋 copy color: '#F1987A'

red 241 ◦ green 152 ◦ blue 122

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

Shades of Dark Salmon #F1987A

Tints of Dark Salmon #F1987A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.69%

R = 46.8%
G = 29.51%
B = 23.69%

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

#F1987A (or 0xF1987A) is known color: Dark Salmon. HEX triplet: F1, 98 and 7A. RGB value is (241,152,122). Sum of RGB (Red+Green+Blue) = 241+152+122=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1987A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1987A is #0E6785. Grayscale: #AFAFAF. Windows color (decimal): -944006 or 8034545. OLE color: 8034545.

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

Color convert

RGB 241 152 122 -
CMYK 0 0.37 0.49 0.05
HSL 15.13º 0.81% 0.71% -
HSV(B) 15.13º 0.49% 0.95% -
XYZ 51.02 42.56 23.94 -
YUV 175.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 241 152 122 0 0.37 0.49 0.05 15.13 0.81 0.71
Hex F1 98 7A 0 25 31 5 F 51 47
Octal 361 230 172 0 45 61 5 17 121 107
Binary 11110001 10011000 1111010 0 100101 110001 101 1111 1010001 1000111

Color Harmonies of #F1987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1987A

Black with #F1987A

Text Example


Text Example

White with #F1987A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1987A; }

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

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

background-color css

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

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

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

border-color css

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

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

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