Html Css Color HEX #F1987F Dark Salmon

📋 copy color: '#F1987F'

red 241 ◦ green 152 ◦ blue 127

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

Shades of Dark Salmon #F1987F

Tints of Dark Salmon #F1987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.42%

R = 46.35%
G = 29.23%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1987F (or 0xF1987F) is known color: Dark Salmon. HEX triplet: F1, 98 and 7F. RGB value is (241,152,127). Sum of RGB (Red+Green+Blue) = 241+152+127=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1987F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1987F is #0E6780. Grayscale: #AFAFAF. Windows color (decimal): -944001 or 8362225. OLE color: 8362225.

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

Color convert

RGB 241 152 127 -
CMYK 0 0.37 0.47 0.05
HSL 13.16º 0.8% 0.72% -
HSV(B) 13.16º 0.47% 0.95% -
XYZ 51.33 42.69 25.61 -
YUV 175.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 241 152 127 0 0.37 0.47 0.05 13.16 0.8 0.72
Hex F1 98 7F 0 25 2F 5 D 50 48
Octal 361 230 177 0 45 57 5 15 120 110
Binary 11110001 10011000 1111111 0 100101 101111 101 1101 1010000 1001000

Color Harmonies of #F1987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1987F

Black with #F1987F

Text Example


Text Example

White with #F1987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1987F; }

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

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

background-color css

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

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

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

border-color css

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

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

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