#F88A6F

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

Shades of Salmon #F88A6F

Tints of Salmon #F88A6F

Color information

#F88A6F (or 0xF88A6F) is unknown color: approx Salmon. HEX triplet: F8, 8A and 6F. RGB value is (248,138,111). Sum of RGB (Red+Green+Blue) = 248+138+111=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88A6F is #077590. Grayscale: #A8A8A8. Windows color (decimal): -488849 or 7310072. OLE color: 7310072.

HSL color Cylindrical-coordinate representation of color #F88A6F: hue angle of 11.82º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F88A6F is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB248138111-
CMYK00.440.550.03
HSL11.82º90.73%70.39%-
HSV(B)11.82º55.24%97.25%-
XYZ50.6739.2819.95-
YUV167.8195.94185.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.90%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 111 (43.75% from 255) = 22.33%
R=49.90%
G=27.77%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813811100.440.550.0311.8290.7370.39
HexF88A6F02C373c5b46
Octal37021215705467314133106
Binary11111000100010101101111010110011011111110010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88A6F; }

 p { color: rgb(248,138,111); }

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

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

 a { background-color: rgb(248,138,111); }

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

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

 span { border-color: rgb(248,138,111); }

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