#F87F69

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

Shades of Salmon #F87F69

Tints of Salmon #F87F69

Color information

#F87F69 (or 0xF87F69) is unknown color: approx Salmon. HEX triplet: F8, 7F and 69. RGB value is (248,127,105). Sum of RGB (Red+Green+Blue) = 248+127+105=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F69 is #078096. Grayscale: #A0A0A0. Windows color (decimal): -491671 or 6914040. OLE color: 6914040.

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

Color convert

RGB248127105-
CMYK00.490.580.03
HSL9.23º91.08%69.22%-
HSV(B)9.23º57.66%97.25%-
XYZ48.8536.1617.77-
YUV160.6796.59190.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.67%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=51.67%
G=26.46%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812710500.490.580.039.2391.0869.22
HexF87F690313A395b45
Octal37017715106172311133105
Binary1111100011111111101001011000111101011100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87F69; }

 p { color: rgb(248,127,105); }

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

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

 a { background-color: rgb(248,127,105); }

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

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

 span { border-color: rgb(248,127,105); }

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