Html Css Color HEX #F38379 Salmon

📋 copy color: '#F38379'

red 243 ◦ green 131 ◦ blue 121

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

Shades of Salmon #F38379

Tints of Salmon #F38379

RGB

 RED value IS 243 (95.31% from 255) = 49.09%

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

 BLUE value IS 121 (47.66% from 255) = 24.44%

R = 49.09%
G = 26.46%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F38379 (or 0xF38379) is known color: Salmon. HEX triplet: F3, 83 and 79. RGB value is (243,131,121). Sum of RGB (Red+Green+Blue) = 243+131+121=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F38379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38379 is #0C7C86. Grayscale: #A3A3A3. Windows color (decimal): -818311 or 7963635. OLE color: 7963635.

HSL color Cylindrical-coordinate representation of color #F38379: hue angle of 4.92º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F38379 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 131 121 -
CMYK 0 0.46 0.50 0.05
HSL 4.92º 0.84% 0.71% -
HSV(B) 4.92º 0.5% 0.95% -
XYZ 48.53 36.67 22.61 -
YUV 163.35 104.11 184.81 -
System Red Green Blue C M Y K H S L
Decimal 243 131 121 0 0.46 0.50 0.05 4.92 0.84 0.71
Hex F3 83 79 0 2E 32 5 5 54 47
Octal 363 203 171 0 56 62 5 5 124 107
Binary 11110011 10000011 1111001 0 101110 110010 101 101 1010100 1000111

Color Harmonies of #F38379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38379

Black with #F38379

Text Example


Text Example

White with #F38379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38379; }

 p { color: rgb(243,131,121); }

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

background-color css

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

 a { background-color: rgb(243,131,121); }

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

border-color css

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

 span { border-color: rgb(243,131,121); }

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