#F47570

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

Shades of Salmon #F47570

Tints of Salmon #F47570

Color information

#F47570 (or 0xF47570) is unknown color: approx Salmon. HEX triplet: F4, 75 and 70. RGB value is (244,117,112). Sum of RGB (Red+Green+Blue) = 244+117+112=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F47570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47570 is #0B8A8F. Grayscale: #9A9A9A. Windows color (decimal): -756368 or 7370228. OLE color: 7370228.

HSL color Cylindrical-coordinate representation of color #F47570: hue angle of 2.27º degrees, saturation: 0.86, 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 #F47570 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB244117112-
CMYK00.520.540.04
HSL2.27º85.71%69.8%-
HSV(B)2.27º54.1%95.69%-
XYZ46.5933.1319.27-
YUV154.4104.08191.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.59%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=51.59%
G=24.74%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411711200.520.540.042.2785.7169.8
HexF4757003436425646
Octal3641651600646642126106
Binary111101001110101111000001101001101101001010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47570; }

 p { color: rgb(244,117,112); }

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

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

 a { background-color: rgb(244,117,112); }

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

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

 span { border-color: rgb(244,117,112); }

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