#F38068

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

Shades of Salmon #F38068

Tints of Salmon #F38068

Color information

#F38068 (or 0xF38068) is unknown color: approx Salmon. HEX triplet: F3, 80 and 68. RGB value is (243,128,104). Sum of RGB (Red+Green+Blue) = 243+128+104=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F38068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38068 is #0C7F97. Grayscale: #9F9F9F. Windows color (decimal): -819096 or 6848755. OLE color: 6848755.

HSL color Cylindrical-coordinate representation of color #F38068: hue angle of 10.36º degrees, saturation: 0.85, 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 #F38068 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB243128104-
CMYK00.470.570.05
HSL10.36º85.28%68.04%-
HSV(B)10.36º57.2%95.29%-
XYZ47.1835.4917.46-
YUV159.6596.6187.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.16%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 104 (41.02% from 255) = 21.89%
R=51.16%
G=26.95%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312810400.470.570.0510.3685.2868.04
HexF3806802F395a5544
Octal36320015005771512125104
Binary111100111000000011010000101111111001101101010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38068; }

 p { color: rgb(243,128,104); }

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

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

 a { background-color: rgb(243,128,104); }

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

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

 span { border-color: rgb(243,128,104); }

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