#F2987E

Color #F2987E Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #F2987E

Tints of Dark Salmon #F2987E

Color information

#F2987E (or 0xF2987E) is unknown color: approx Dark Salmon. HEX triplet: F2, 98 and 7E. RGB value is (242,152,126). Sum of RGB (Red+Green+Blue) = 242+152+126=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2987E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2987E is #0D6781. Grayscale: #B0B0B0. Windows color (decimal): -878466 or 8296690. OLE color: 8296690.

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

Color convert

RGB242152126-
CMYK00.370.480.05
HSL13.45º81.69%72.16%-
HSV(B)13.45º47.93%94.9%-
XYZ51.6142.8425.29-
YUV175.9599.82175.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.54%
GREEN value IS 152 (59.77% from 255) = 29.23%
BLUE value IS 126 (49.61% from 255) = 24.23%
R=46.54%
G=29.23%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215212600.370.480.0513.4581.6972.16
HexF2987E025305d5248
Octal36223017604560515122110
Binary111100101001100011111100100101110000101110110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2987E; }

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

 H1.HeaderClassName
 {
   color: #F2987E;
 }
 .AnyTagClassName
 {
   color: #F2987E;
 }
</style>
background-color css

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

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

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

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

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

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