Html Css Color HEX #F87271 Salmon

📋 copy color: '#F87271'

red 248 ◦ green 114 ◦ blue 113

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

Shades of Salmon #F87271

Tints of Salmon #F87271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24%

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

R = 52.21%
G = 24%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F87271 (or 0xF87271) is known color: Salmon. HEX triplet: F8, 72 and 71. RGB value is (248,114,113). Sum of RGB (Red+Green+Blue) = 248+114+113=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F87271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87271 is #078D8E. Grayscale: #9A9A9A. Windows color (decimal): -494991 or 7435000. OLE color: 7435000.

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

Color convert

RGB 248 114 113 -
CMYK 0 0.54 0.54 0.03
HSL 0.44º 0.91% 0.71% -
HSV(B) 0.44º 0.54% 0.97% -
XYZ 47.71 33.18 19.51 -
YUV 153.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 248 114 113 0 0.54 0.54 0.03 0.44 0.91 0.71
Hex F8 72 71 0 36 36 3 0 5B 47
Octal 370 162 161 0 66 66 3 0 133 107
Binary 11111000 1110010 1110001 0 110110 110110 11 0 1011011 1000111

Color Harmonies of #F87271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87271

Black with #F87271

Text Example


Text Example

White with #F87271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87271; }

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

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

background-color css

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

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

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

border-color css

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

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

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