Html Css Color HEX #F87B73 Salmon

📋 copy color: '#F87B73'

red 248 ◦ green 123 ◦ blue 115

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

Shades of Salmon #F87B73

Tints of Salmon #F87B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.31%

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

R = 51.03%
G = 25.31%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F87B73 (or 0xF87B73) is known color: Salmon. HEX triplet: F8, 7B and 73. RGB value is (248,123,115). Sum of RGB (Red+Green+Blue) = 248+123+115=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87B73 is #07848C. Grayscale: #9F9F9F. Windows color (decimal): -492685 or 7568376. OLE color: 7568376.

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

Color convert

RGB 248 123 115 -
CMYK 0 0.50 0.54 0.03
HSL 3.61º 0.9% 0.71% -
HSV(B) 3.61º 0.54% 0.97% -
XYZ 48.89 35.36 20.47 -
YUV 159.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 248 123 115 0 0.50 0.54 0.03 3.61 0.9 0.71
Hex F8 7B 73 0 32 36 3 4 5A 47
Octal 370 173 163 0 62 66 3 4 132 107
Binary 11111000 1111011 1110011 0 110010 110110 11 100 1011010 1000111

Color Harmonies of #F87B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87B73

Black with #F87B73

Text Example


Text Example

White with #F87B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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