#F88778

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

Shades of Salmon #F88778

Tints of Salmon #F88778

Color information

#F88778 (or 0xF88778) is unknown color: approx Salmon. HEX triplet: F8, 87 and 78. RGB value is (248,135,120). Sum of RGB (Red+Green+Blue) = 248+135+120=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F88778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88778 is #077887. Grayscale: #A7A7A7. Windows color (decimal): -489608 or 7899128. OLE color: 7899128.

HSL color Cylindrical-coordinate representation of color #F88778: hue angle of 7.03º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F88778 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB248135120-
CMYK00.460.520.03
HSL7.03º90.14%72.16%-
HSV(B)7.03º51.61%97.25%-
XYZ50.7738.6422.55-
YUV167.08101.44185.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.30%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 120 (47.27% from 255) = 23.86%
R=49.30%
G=26.84%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813512000.460.520.037.0390.1472.16
HexF8877802E34375a48
Octal3702071700566437132110
Binary1111100010000111111100001011101101001111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88778; }

 p { color: rgb(248,135,120); }

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

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

 a { background-color: rgb(248,135,120); }

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

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

 span { border-color: rgb(248,135,120); }

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