#F87C72

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

Shades of Salmon #F87C72

Tints of Salmon #F87C72

Color information

#F87C72 (or 0xF87C72) is unknown color: approx Salmon. HEX triplet: F8, 7C and 72. RGB value is (248,124,114). Sum of RGB (Red+Green+Blue) = 248+124+114=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C72 is #07838D. Grayscale: #A0A0A0. Windows color (decimal): -492430 or 7503096. OLE color: 7503096.

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

Color convert

RGB248124114-
CMYK00.50.540.03
HSL4.48º90.54%70.98%-
HSV(B)4.48º54.03%97.25%-
XYZ48.9635.5920.21-
YUV159.94102.08190.81-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.03%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=51.03%
G=25.51%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812411400.50.540.034.4890.5470.98
HexF87C7203236345b47
Octal3701741620626634133107
Binary111110001111100111001001100101101101110010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87C72; }

 p { color: rgb(248,124,114); }

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

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

 a { background-color: rgb(248,124,114); }

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

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

 span { border-color: rgb(248,124,114); }

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