Html Css Color HEX #F88271 Salmon

📋 copy color: '#F88271'

red 248 ◦ green 130 ◦ blue 113

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

Shades of Salmon #F88271

Tints of Salmon #F88271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.48%

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

R = 50.51%
G = 26.48%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F88271 (or 0xF88271) is known color: Salmon. HEX triplet: F8, 82 and 71. RGB value is (248,130,113). Sum of RGB (Red+Green+Blue) = 248+130+113=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F88271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88271 is #077D8E. Grayscale: #A3A3A3. Windows color (decimal): -490895 or 7439096. OLE color: 7439096.

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

Color convert

RGB 248 130 113 -
CMYK 0 0.48 0.54 0.03
HSL 7.56º 0.91% 0.71% -
HSV(B) 7.56º 0.54% 0.97% -
XYZ 49.67 37.11 20.17 -
YUV 163.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 248 130 113 0 0.48 0.54 0.03 7.56 0.91 0.71
Hex F8 82 71 0 30 36 3 8 5B 47
Octal 370 202 161 0 60 66 3 10 133 107
Binary 11111000 10000010 1110001 0 110000 110110 11 1000 1011011 1000111

Color Harmonies of #F88271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88271

Black with #F88271

Text Example


Text Example

White with #F88271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88271; }

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

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

background-color css

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

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

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

border-color css

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

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

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