#F1826A

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

Shades of Salmon #F1826A

Tints of Salmon #F1826A

Color information

#F1826A (or 0xF1826A) is unknown color: approx Salmon. HEX triplet: F1, 82 and 6A. RGB value is (241,130,106). Sum of RGB (Red+Green+Blue) = 241+130+106=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1826A is #0E7D95. Grayscale: #A0A0A0. Windows color (decimal): -949654 or 6980337. OLE color: 6980337.

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

Color convert

RGB241130106-
CMYK00.460.560.05
HSL10.67º82.82%68.04%-
HSV(B)10.67º56.02%94.51%-
XYZ46.8635.7118.06-
YUV160.4597.27185.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 106 (41.80% from 255) = 22.22%
R=50.52%
G=27.25%
B=22.22%

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
Decimal24113010600.460.560.0510.6782.8268.04
HexF1826A02E385b5344
Octal36120215205670513123104
Binary111100011000001011010100101110111000101101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1826A; }

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

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

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

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

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

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

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

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