#F2977D

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

Shades of Dark Salmon #F2977D

Tints of Dark Salmon #F2977D

Color information

#F2977D (or 0xF2977D) is unknown color: approx Dark Salmon. HEX triplet: F2, 97 and 7D. RGB value is (242,151,125). Sum of RGB (Red+Green+Blue) = 242+151+125=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2977D is #0D6882. Grayscale: #AFAFAF. Windows color (decimal): -878723 or 8230898. OLE color: 8230898.

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

Color convert

RGB242151125-
CMYK00.380.480.05
HSL13.33º81.82%71.96%-
HSV(B)13.33º48.35%94.9%-
XYZ51.3942.4924.9-
YUV175.2499.65175.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.72%
GREEN value IS 151 (59.38% from 255) = 29.15%
BLUE value IS 125 (49.22% from 255) = 24.13%
R=46.72%
G=29.15%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215112500.380.480.0513.3381.8271.96
HexF2977D026305d5248
Octal36222717504660515122110
Binary111100101001011111111010100110110000101110110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2977D; }

 p { color: rgb(242,151,125); }

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

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

 a { background-color: rgb(242,151,125); }

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

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

 span { border-color: rgb(242,151,125); }

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