Html Css Color HEX #F87A73 Salmon

📋 copy color: '#F87A73'

red 248 ◦ green 122 ◦ blue 115

#F87A73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #F87A73

Tints of Salmon #F87A73

RGB

 RED value IS 248 (97.27% from 255) = 51.13%

 GREEN value IS 122 (48.05% from 255) = 25.15%

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 51.13%
G = 25.15%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F87A73 (or 0xF87A73) is known color: Salmon. HEX triplet: F8, 7A and 73. RGB value is (248,122,115). Sum of RGB (Red+Green+Blue) = 248+122+115=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87A73 is #07858C. Grayscale: #9F9F9F. Windows color (decimal): -492941 or 7568120. OLE color: 7568120.

HSL color Cylindrical-coordinate representation of color #F87A73: hue angle of 3.16º degrees, saturation: 0.9, 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 #F87A73 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 122 115 -
CMYK 0 0.51 0.54 0.03
HSL 3.16º 0.9% 0.71% -
HSV(B) 3.16º 0.54% 0.97% -
XYZ 48.77 35.11 20.43 -
YUV 158.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 248 122 115 0 0.51 0.54 0.03 3.16 0.9 0.71
Hex F8 7A 73 0 33 36 3 3 5A 47
Octal 370 172 163 0 63 66 3 3 132 107
Binary 11111000 1111010 1110011 0 110011 110110 11 11 1011010 1000111

Color Harmonies of #F87A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87A73

Black with #F87A73

Text Example


Text Example

White with #F87A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87A73; }

 p { color: rgb(248,122,115); }

 H1.HeaderClassName
 {
   color: #F87A73;
 }
 .AnyTagClassName
 {
   color: #F87A73;
 }
</style>

background-color css

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

 a { background-color: rgb(248,122,115); }

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

border-color css

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

 span { border-color: rgb(248,122,115); }

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