Html Css Color HEX #F87F76 Salmon

📋 copy color: '#F87F76'

red 248 ◦ green 127 ◦ blue 118

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

Shades of Salmon #F87F76

Tints of Salmon #F87F76

RGB

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

 GREEN value IS 127 (50% from 255) = 25.76%

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

R = 50.3%
G = 25.76%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F87F76 (or 0xF87F76) is known color: Salmon. HEX triplet: F8, 7F and 76. RGB value is (248,127,118). Sum of RGB (Red+Green+Blue) = 248+127+118=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F76 is #078089. Grayscale: #A2A2A2. Windows color (decimal): -491658 or 7766008. OLE color: 7766008.

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

Color convert

RGB 248 127 118 -
CMYK 0 0.49 0.52 0.03
HSL 4.15º 0.9% 0.72% -
HSV(B) 4.15º 0.52% 0.97% -
XYZ 49.57 36.44 21.56 -
YUV 162.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 248 127 118 0 0.49 0.52 0.03 4.15 0.9 0.72
Hex F8 7F 76 0 31 34 3 4 5A 48
Octal 370 177 166 0 61 64 3 4 132 110
Binary 11111000 1111111 1110110 0 110001 110100 11 100 1011010 1001000

Color Harmonies of #F87F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F76

Black with #F87F76

Text Example


Text Example

White with #F87F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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