#F67D70

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

Shades of Salmon #F67D70

Tints of Salmon #F67D70

Color information

#F67D70 (or 0xF67D70) is unknown color: approx Salmon. HEX triplet: F6, 7D and 70. RGB value is (246,125,112). Sum of RGB (Red+Green+Blue) = 246+125+112=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67D70 is #09828F. Grayscale: #9F9F9F. Windows color (decimal): -623248 or 7372278. OLE color: 7372278.

HSL color Cylindrical-coordinate representation of color #F67D70: hue angle of 5.82º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67D70 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB246125112-
CMYK00.490.540.04
HSL5.82º88.16%70.2%-
HSV(B)5.82º54.47%96.47%-
XYZ48.2635.4319.62-
YUV159.7101.09189.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.93%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=50.93%
G=25.88%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612511200.490.540.045.8288.1670.2
HexF67D7003136465846
Octal3661751600616646130106
Binary1111011011111011110000011000111011010011010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67D70; }

 p { color: rgb(246,125,112); }

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

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

 a { background-color: rgb(246,125,112); }

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

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

 span { border-color: rgb(246,125,112); }

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