#F2917A

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

Shades of Dark Salmon #F2917A

Tints of Dark Salmon #F2917A

Color information

#F2917A (or 0xF2917A) is unknown color: approx Dark Salmon. HEX triplet: F2, 91 and 7A. RGB value is (242,145,122). Sum of RGB (Red+Green+Blue) = 242+145+122=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2917A is #0D6E85. Grayscale: #ABABAB. Windows color (decimal): -880262 or 8032754. OLE color: 8032754.

HSL color Cylindrical-coordinate representation of color #F2917A: hue angle of 11.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2917A is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242145122-
CMYK00.400.500.05
HSL11.5º82.19%71.37%-
HSV(B)11.5º49.59%94.9%-
XYZ50.2640.5323.59-
YUV171.38100.14178.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.54%
GREEN value IS 145 (57.03% from 255) = 28.49%
BLUE value IS 122 (48.05% from 255) = 23.97%
R=47.54%
G=28.49%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214512200.400.500.0511.582.1971.37
HexF2917A028325c5247
Octal36222117205062514122107
Binary111100101001000111110100101000110010101110010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2917A; }

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

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

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

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

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

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

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

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