Html Css Color HEX #F1987E Dark Salmon

📋 copy color: '#F1987E'

red 241 ◦ green 152 ◦ blue 126

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

Shades of Dark Salmon #F1987E

Tints of Dark Salmon #F1987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.28%

R = 46.44%
G = 29.29%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1987E (or 0xF1987E) is known color: Dark Salmon. HEX triplet: F1, 98 and 7E. RGB value is (241,152,126). Sum of RGB (Red+Green+Blue) = 241+152+126=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1987E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1987E is #0E6781. Grayscale: #AFAFAF. Windows color (decimal): -944002 or 8296689. OLE color: 8296689.

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

Color convert

RGB 241 152 126 -
CMYK 0 0.37 0.48 0.05
HSL 13.57º 0.8% 0.72% -
HSV(B) 13.57º 0.48% 0.95% -
XYZ 51.27 42.66 25.27 -
YUV 175.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 241 152 126 0 0.37 0.48 0.05 13.57 0.8 0.72
Hex F1 98 7E 0 25 30 5 E 50 48
Octal 361 230 176 0 45 60 5 16 120 110
Binary 11110001 10011000 1111110 0 100101 110000 101 1110 1010000 1001000

Color Harmonies of #F1987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1987E

Black with #F1987E

Text Example


Text Example

White with #F1987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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