#F48978

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

Shades of Salmon #F48978

Tints of Salmon #F48978

Color information

#F48978 (or 0xF48978) is unknown color: approx Salmon. HEX triplet: F4, 89 and 78. RGB value is (244,137,120). Sum of RGB (Red+Green+Blue) = 244+137+120=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F48978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48978 is #0B7687. Grayscale: #A7A7A7. Windows color (decimal): -751240 or 7899636. OLE color: 7899636.

HSL color Cylindrical-coordinate representation of color #F48978: hue angle of 8.23º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F48978 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB244137120-
CMYK00.440.510.04
HSL8.23º84.93%71.37%-
HSV(B)8.23º50.82%95.69%-
XYZ49.6438.4822.58-
YUV167.06101.45182.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.70%
GREEN value IS 137 (53.91% from 255) = 27.35%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=48.70%
G=27.35%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413712000.440.510.048.2384.9371.37
HexF4897802C33485547
Octal36421117005463410125107
Binary111101001000100111110000101100110011100100010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48978; }

 p { color: rgb(244,137,120); }

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

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

 a { background-color: rgb(244,137,120); }

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

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

 span { border-color: rgb(244,137,120); }

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