#F2927D

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

Shades of Dark Salmon #F2927D

Tints of Dark Salmon #F2927D

Color information

#F2927D (or 0xF2927D) is unknown color: approx Dark Salmon. HEX triplet: F2, 92 and 7D. RGB value is (242,146,125). Sum of RGB (Red+Green+Blue) = 242+146+125=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2927D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2927D is #0D6D82. Grayscale: #ACACAC. Windows color (decimal): -880003 or 8229618. OLE color: 8229618.

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

Color convert

RGB242146125-
CMYK00.400.480.05
HSL10.77º81.82%71.96%-
HSV(B)10.77º48.35%94.9%-
XYZ50.640.9224.63-
YUV172.31101.3177.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.17%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 125 (49.22% from 255) = 24.37%
R=47.17%
G=28.46%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214612500.400.480.0510.7781.8271.96
HexF2927D028305b5248
Octal36222217505060513122110
Binary111100101001001011111010101000110000101101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2927D; }

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

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

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

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

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

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

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

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