Html Css Color HEX #F48075 Salmon

📋 copy color: '#F48075'

red 244 ◦ green 128 ◦ blue 117

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

Shades of Salmon #F48075

Tints of Salmon #F48075

RGB

 RED value IS 244 (95.7% from 255) = 49.9%

 GREEN value IS 128 (50.39% from 255) = 26.18%

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

R = 49.9%
G = 26.18%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F48075 (or 0xF48075) is known color: Salmon. HEX triplet: F4, 80 and 75. RGB value is (244,128,117). Sum of RGB (Red+Green+Blue) = 244+128+117=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F48075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48075 is #0B7F8A. Grayscale: #A1A1A1. Windows color (decimal): -753547 or 7700724. OLE color: 7700724.

HSL color Cylindrical-coordinate representation of color #F48075: hue angle of 5.2º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F48075 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 128 117 -
CMYK 0 0.48 0.52 0.04
HSL 5.2º 0.85% 0.71% -
HSV(B) 5.2º 0.52% 0.96% -
XYZ 48.24 35.96 21.23 -
YUV 161.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 244 128 117 0 0.48 0.52 0.04 5.2 0.85 0.71
Hex F4 80 75 0 30 34 4 5 55 47
Octal 364 200 165 0 60 64 4 5 125 107
Binary 11110100 10000000 1110101 0 110000 110100 100 101 1010101 1000111

Color Harmonies of #F48075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48075

Black with #F48075

Text Example


Text Example

White with #F48075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48075; }

 p { color: rgb(244,128,117); }

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

background-color css

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

 a { background-color: rgb(244,128,117); }

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

border-color css

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

 span { border-color: rgb(244,128,117); }

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