#F2977E

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

Shades of Dark Salmon #F2977E

Tints of Dark Salmon #F2977E

Color information

#F2977E (or 0xF2977E) is unknown color: approx Dark Salmon. HEX triplet: F2, 97 and 7E. RGB value is (242,151,126). Sum of RGB (Red+Green+Blue) = 242+151+126=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2977E is #0D6881. Grayscale: #AFAFAF. Windows color (decimal): -878722 or 8296434. OLE color: 8296434.

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

Color convert

RGB242151126-
CMYK00.380.480.05
HSL12.93º81.69%72.16%-
HSV(B)12.93º47.93%94.9%-
XYZ51.4542.5225.23-
YUV175.36100.15175.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.63%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 126 (49.61% from 255) = 24.28%
R=46.63%
G=29.09%
B=24.28%

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
Decimal24215112600.380.480.0512.9381.6972.16
HexF2977E026305d5248
Octal36222717604660515122110
Binary111100101001011111111100100110110000101110110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2977E; }

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

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

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

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

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

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

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

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