#F0917F

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

Shades of Dark Salmon #F0917F

Tints of Dark Salmon #F0917F

Color information

#F0917F (or 0xF0917F) is unknown color: approx Dark Salmon. HEX triplet: F0, 91 and 7F. RGB value is (240,145,127). Sum of RGB (Red+Green+Blue) = 240+145+127=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0917F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0917F is #0F6E80. Grayscale: #ABABAB. Windows color (decimal): -1011329 or 8360432. OLE color: 8360432.

HSL color Cylindrical-coordinate representation of color #F0917F: hue angle of 9.56º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0917F is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240145127-
CMYK00.400.470.06
HSL9.56º79.02%71.96%-
HSV(B)9.56º47.08%94.12%-
XYZ49.8940.3125.23-
YUV171.35102.97176.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.88%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 127 (50% from 255) = 24.80%
R=46.88%
G=28.32%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014512700.400.470.069.5679.0271.96
HexF0917F0282F6a4f48
Octal36022117705057612117110
Binary111100001001000111111110101000101111110101010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0917F; }

 p { color: rgb(240,145,127); }

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

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

 a { background-color: rgb(240,145,127); }

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

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

 span { border-color: rgb(240,145,127); }

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