Html Css Color HEX #F87F71 Salmon

📋 copy color: '#F87F71'

red 248 ◦ green 127 ◦ blue 113

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

Shades of Salmon #F87F71

Tints of Salmon #F87F71

RGB

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

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

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

R = 50.82%
G = 26.02%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F87F71 (or 0xF87F71) is known color: Salmon. HEX triplet: F8, 7F and 71. RGB value is (248,127,113). Sum of RGB (Red+Green+Blue) = 248+127+113=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F71 is #07808E. Grayscale: #A1A1A1. Windows color (decimal): -491663 or 7438328. OLE color: 7438328.

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

Color convert

RGB 248 127 113 -
CMYK 0 0.49 0.54 0.03
HSL 6.22º 0.91% 0.71% -
HSV(B) 6.22º 0.54% 0.97% -
XYZ 49.28 36.33 20.04 -
YUV 161.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 248 127 113 0 0.49 0.54 0.03 6.22 0.91 0.71
Hex F8 7F 71 0 31 36 3 6 5B 47
Octal 370 177 161 0 61 66 3 6 133 107
Binary 11111000 1111111 1110001 0 110001 110110 11 110 1011011 1000111

Color Harmonies of #F87F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F71

Black with #F87F71

Text Example


Text Example

White with #F87F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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