Html Css Color HEX #F87B76 Salmon

📋 copy color: '#F87B76'

red 248 ◦ green 123 ◦ blue 118

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

Shades of Salmon #F87B76

Tints of Salmon #F87B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.13%

R = 50.72%
G = 25.15%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F87B76 (or 0xF87B76) is known color: Salmon. HEX triplet: F8, 7B and 76. RGB value is (248,123,118). Sum of RGB (Red+Green+Blue) = 248+123+118=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87B76 is #078489. Grayscale: #9F9F9F. Windows color (decimal): -492682 or 7764984. OLE color: 7764984.

HSL color Cylindrical-coordinate representation of color #F87B76: hue angle of 2.31º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F87B76 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 123 118 -
CMYK 0 0.50 0.52 0.03
HSL 2.31º 0.9% 0.72% -
HSV(B) 2.31º 0.52% 0.97% -
XYZ 49.06 35.43 21.39 -
YUV 159.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 248 123 118 0 0.50 0.52 0.03 2.31 0.9 0.72
Hex F8 7B 76 0 32 34 3 2 5A 48
Octal 370 173 166 0 62 64 3 2 132 110
Binary 11111000 1111011 1110110 0 110010 110100 11 10 1011010 1001000

Color Harmonies of #F87B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87B76

Black with #F87B76

Text Example


Text Example

White with #F87B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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