#F1816A

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

Shades of Salmon #F1816A

Tints of Salmon #F1816A

Color information

#F1816A (or 0xF1816A) is unknown color: approx Salmon. HEX triplet: F1, 81 and 6A. RGB value is (241,129,106). Sum of RGB (Red+Green+Blue) = 241+129+106=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1816A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1816A is #0E7E95. Grayscale: #A0A0A0. Windows color (decimal): -949910 or 6980081. OLE color: 6980081.

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

Color convert

RGB241129106-
CMYK00.460.560.05
HSL10.22º82.82%68.04%-
HSV(B)10.22º56.02%94.51%-
XYZ46.7335.4418.01-
YUV159.8797.61185.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.63%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 106 (41.80% from 255) = 22.27%
R=50.63%
G=27.10%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112910600.460.560.0510.2282.8268.04
HexF1816A02E385a5344
Octal36120115205670512123104
Binary111100011000000111010100101110111000101101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1816A; }

 p { color: rgb(241,129,106); }

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

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

 a { background-color: rgb(241,129,106); }

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

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

 span { border-color: rgb(241,129,106); }

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