Html Css Color HEX #F88175 Salmon

📋 copy color: '#F88175'

red 248 ◦ green 129 ◦ blue 117

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

Shades of Salmon #F88175

Tints of Salmon #F88175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.11%

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 50.2%
G = 26.11%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F88175 (or 0xF88175) is known color: Salmon. HEX triplet: F8, 81 and 75. RGB value is (248,129,117). Sum of RGB (Red+Green+Blue) = 248+129+117=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F88175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88175 is #077E8A. Grayscale: #A3A3A3. Windows color (decimal): -491147 or 7700984. OLE color: 7700984.

HSL color Cylindrical-coordinate representation of color #F88175: hue angle of 5.5º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F88175 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 129 117 -
CMYK 0 0.48 0.53 0.03
HSL 5.5º 0.9% 0.72% -
HSV(B) 5.5º 0.53% 0.97% -
XYZ 49.77 36.94 21.34 -
YUV 163.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 248 129 117 0 0.48 0.53 0.03 5.5 0.9 0.72
Hex F8 81 75 0 30 35 3 5 5A 48
Octal 370 201 165 0 60 65 3 5 132 110
Binary 11111000 10000001 1110101 0 110000 110101 11 101 1011010 1001000

Color Harmonies of #F88175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88175

Black with #F88175

Text Example


Text Example

White with #F88175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88175; }

 p { color: rgb(248,129,117); }

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

background-color css

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

 a { background-color: rgb(248,129,117); }

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

border-color css

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

 span { border-color: rgb(248,129,117); }

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