#F2917D

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

Shades of Dark Salmon #F2917D

Tints of Dark Salmon #F2917D

Color information

#F2917D (or 0xF2917D) is unknown color: approx Dark Salmon. HEX triplet: F2, 91 and 7D. RGB value is (242,145,125). Sum of RGB (Red+Green+Blue) = 242+145+125=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2917D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2917D is #0D6E82. Grayscale: #ABABAB. Windows color (decimal): -880259 or 8229362. OLE color: 8229362.

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

Color convert

RGB242145125-
CMYK00.400.480.05
HSL10.26º81.82%71.96%-
HSV(B)10.26º48.35%94.9%-
XYZ50.4540.6124.58-
YUV171.72101.64178.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=47.27%
G=28.32%
B=24.41%

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
Decimal24214512500.400.480.0510.2681.8271.96
HexF2917D028305a5248
Octal36222117505060512122110
Binary111100101001000111111010101000110000101101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2917D; }

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

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

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

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

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

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

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

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