#F17868

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

Shades of Salmon #F17868

Tints of Salmon #F17868

Color information

#F17868 (or 0xF17868) is unknown color: approx Salmon. HEX triplet: F1, 78 and 68. RGB value is (241,120,104). Sum of RGB (Red+Green+Blue) = 241+120+104=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F17868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17868 is #0E8797. Grayscale: #9A9A9A. Windows color (decimal): -952216 or 6846705. OLE color: 6846705.

HSL color Cylindrical-coordinate representation of color #F17868: hue angle of 7.01º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F17868 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB241120104-
CMYK00.500.570.05
HSL7.01º83.03%67.65%-
HSV(B)7.01º56.85%94.51%-
XYZ45.4933.1317.09-
YUV154.3599.59189.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=51.83%
G=25.81%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112010400.500.570.057.0183.0367.65
HexF1786803239575344
Octal3611701500627157123104
Binary1111000111110001101000011001011100110111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17868; }

 p { color: rgb(241,120,104); }

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

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

 a { background-color: rgb(241,120,104); }

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

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

 span { border-color: rgb(241,120,104); }

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