Html Css Color HEX #F87C71 Salmon

📋 copy color: '#F87C71'

red 248 ◦ green 124 ◦ blue 113

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

Shades of Salmon #F87C71

Tints of Salmon #F87C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.57%

 BLUE value IS 113 (44.53% from 255) = 23.3%

R = 51.13%
G = 25.57%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F87C71 (or 0xF87C71) is known color: Salmon. HEX triplet: F8, 7C and 71. RGB value is (248,124,113). Sum of RGB (Red+Green+Blue) = 248+124+113=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C71 is #07838E. Grayscale: #9F9F9F. Windows color (decimal): -492431 or 7437560. OLE color: 7437560.

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

Color convert

RGB 248 124 113 -
CMYK 0 0.5 0.54 0.03
HSL 4.89º 0.91% 0.71% -
HSV(B) 4.89º 0.54% 0.97% -
XYZ 48.9 35.56 19.91 -
YUV 159.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 248 124 113 0 0.5 0.54 0.03 4.89 0.91 0.71
Hex F8 7C 71 0 32 36 3 5 5B 47
Octal 370 174 161 0 62 66 3 5 133 107
Binary 11111000 1111100 1110001 0 110010 110110 11 101 1011011 1000111

Color Harmonies of #F87C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87C71

Black with #F87C71

Text Example


Text Example

White with #F87C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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