Html Css Color HEX #F48375 Salmon

📋 copy color: '#F48375'

red 244 ◦ green 131 ◦ blue 117

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

Shades of Salmon #F48375

Tints of Salmon #F48375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.63%

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

R = 49.59%
G = 26.63%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F48375 (or 0xF48375) is known color: Salmon. HEX triplet: F4, 83 and 75. RGB value is (244,131,117). Sum of RGB (Red+Green+Blue) = 244+131+117=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F48375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48375 is #0B7C8A. Grayscale: #A3A3A3. Windows color (decimal): -752779 or 7701492. OLE color: 7701492.

HSL color Cylindrical-coordinate representation of color #F48375: hue angle of 6.61º 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 #F48375 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 131 117 -
CMYK 0 0.46 0.52 0.04
HSL 6.61º 0.85% 0.71% -
HSV(B) 6.61º 0.52% 0.96% -
XYZ 48.64 36.75 21.36 -
YUV 163.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 244 131 117 0 0.46 0.52 0.04 6.61 0.85 0.71
Hex F4 83 75 0 2E 34 4 7 55 47
Octal 364 203 165 0 56 64 4 7 125 107
Binary 11110100 10000011 1110101 0 101110 110100 100 111 1010101 1000111

Color Harmonies of #F48375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48375

Black with #F48375

Text Example


Text Example

White with #F48375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48375; }

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

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

background-color css

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

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

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

border-color css

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

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

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