#F4756F

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

Shades of Salmon #F4756F

Tints of Salmon #F4756F

Color information

#F4756F (or 0xF4756F) is unknown color: approx Salmon. HEX triplet: F4, 75 and 6F. RGB value is (244,117,111). Sum of RGB (Red+Green+Blue) = 244+117+111=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F4756F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4756F is #0B8A90. Grayscale: #9A9A9A. Windows color (decimal): -756369 or 7304692. OLE color: 7304692.

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

Color convert

RGB244117111-
CMYK00.520.550.04
HSL2.71º85.81%69.61%-
HSV(B)2.71º54.51%95.69%-
XYZ46.5433.118.98-
YUV154.29103.58191.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.69%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=51.69%
G=24.79%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411711100.520.550.042.7185.8169.61
HexF4756F03437435646
Octal3641651570646743126106
Binary111101001110101110111101101001101111001110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4756F; }

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

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

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

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

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

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

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

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