Html Css Color HEX #F88471 Salmon

📋 copy color: '#F88471'

red 248 ◦ green 132 ◦ blue 113

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

Shades of Salmon #F88471

Tints of Salmon #F88471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.77%

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

R = 50.3%
G = 26.77%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F88471 (or 0xF88471) is known color: Salmon. HEX triplet: F8, 84 and 71. RGB value is (248,132,113). Sum of RGB (Red+Green+Blue) = 248+132+113=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F88471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88471 is #077B8E. Grayscale: #A4A4A4. Windows color (decimal): -490383 or 7439608. OLE color: 7439608.

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

Color convert

RGB 248 132 113 -
CMYK 0 0.47 0.54 0.03
HSL 8.44º 0.91% 0.71% -
HSV(B) 8.44º 0.54% 0.97% -
XYZ 49.94 37.65 20.26 -
YUV 164.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 248 132 113 0 0.47 0.54 0.03 8.44 0.91 0.71
Hex F8 84 71 0 2F 36 3 8 5B 47
Octal 370 204 161 0 57 66 3 10 133 107
Binary 11111000 10000100 1110001 0 101111 110110 11 1000 1011011 1000111

Color Harmonies of #F88471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88471

Black with #F88471

Text Example


Text Example

White with #F88471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88471; }

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

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

background-color css

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

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

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

border-color css

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

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

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